Changes in uspace/lib/net/include/tl_skel.h [6b82009:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/tl_skel.h
r6b82009 rffa2c8ef 39 39 */ 40 40 41 #include <async.h> 41 42 #include <fibril_synch.h> 42 43 #include <ipc/services.h> 44 43 45 #include <adt/measured_strings.h> 44 46 #include <net/device.h> 45 47 #include <net/packet.h> 46 #include <async.h>47 48 48 49 /** Module initialization. … … 50 51 * This has to be implemented in user code. 51 52 * 52 * @param[in] sess Networking module session.53 * @param[in] net_phone Networking module phone. 53 54 * 54 55 * @return EOK on success. … … 57 58 * 58 59 */ 59 extern int tl_initialize( async_sess_t *sess);60 extern int tl_initialize(int net_phone); 60 61 61 62 /** Per-connection module initialization. … … 82 83 ipc_call_t *, size_t *); 83 84 84 extern int tl_module_start( sysarg_t);85 extern int tl_module_start(int); 85 86 86 87 #endif
Note:
See TracChangeset
for help on using the changeset viewer.