Changes in uspace/lib/net/include/net_interface.h [14f1db0:849ed54] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/net_interface.h
r14f1db0 r849ed54 29 29 /** @addtogroup net 30 30 * @{ 31 */ 32 33 /** @file 34 * Networking module interface. 35 * The same interface is used for standalone remote modules as well as for bundle modules. 36 * The standalone remote modules have to be compiled with the net_remote.c source file. 37 * The bundle networking module is compiled with the net_bundle.c source file and the choosen bundle module implementation source files. 31 38 */ 32 39
Note:
See TracChangeset
for help on using the changeset viewer.