Changeset f87c900 in mainline for uspace/lib/c/include/net/modules.h
- Timestamp:
- 2010-12-16T17:41:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7880d58
- Parents:
- 1b59023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/net/modules.h
r1b59023 rf87c900 49 49 #include <sys/time.h> 50 50 51 /** Registers the module service at the name server.52 *53 * @param[in] me The module service.54 * @param[out] phonehash The created phone hash.55 */56 #define REGISTER_ME(me, phonehash) \57 ipc_connect_to_me(PHONE_NS, (me), 0, 0, (phonehash))58 59 51 /** Connect to the needed module function type definition. 60 52 *
Note:
See TracChangeset
for help on using the changeset viewer.