Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/tl_skel.h

    rffa2c8ef r6b82009  
    3939 */
    4040
    41 #include <async.h>
    4241#include <fibril_synch.h>
    4342#include <ipc/services.h>
    44 
    4543#include <adt/measured_strings.h>
    4644#include <net/device.h>
    4745#include <net/packet.h>
     46#include <async.h>
    4847
    4948/** Module initialization.
     
    5150 * This has to be implemented in user code.
    5251 *
    53  * @param[in] net_phone Networking module phone.
     52 * @param[in] sess Networking module session.
    5453 *
    5554 * @return EOK on success.
     
    5857 *
    5958 */
    60 extern int tl_initialize(int net_phone);
     59extern int tl_initialize(async_sess_t *sess);
    6160
    6261/** Per-connection module initialization.
     
    8382    ipc_call_t *, size_t *);
    8483
    85 extern int tl_module_start(int);
     84extern int tl_module_start(sysarg_t);
    8685
    8786#endif
Note: See TracChangeset for help on using the changeset viewer.