Changeset 797b704 in mainline for uspace/lib/net/include/nil_skel.h
- Timestamp:
- 2011-01-12T14:40:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 014dd57b
- Parents:
- 73ac2e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/nil_skel.h
r73ac2e9 r797b704 50 50 /** Module initialization. 51 51 * 52 * Is called by the module_start() function.52 * This has to be implemented in user code. 53 53 * 54 54 * @param[in] net_phone Networking module phone. … … 59 59 * 60 60 */ 61 extern int nil_initialize(int );61 extern int nil_initialize(int net_phone); 62 62 63 63 /** Notify the network interface layer about the device state change. 64 * 65 * This has to be implemented in user code. 64 66 * 65 67 * @param[in] nil_phone Network interface layer phone. … … 79 81 * upper layers. 80 82 * 83 * This has to be implemented in user code. 84 * 81 85 * @param[in] nil_phone Network interface layer phone. 82 86 * @param[in] device_id Source device identifier. … … 92 96 93 97 /** Message processing function. 98 * 99 * This has to be implemented in user code. 94 100 * 95 101 * @param[in] name Module name.
Note:
See TracChangeset
for help on using the changeset viewer.