Ignore:
File:
1 edited

Legend:

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

    r6b82009 rffa2c8ef  
    3939 */
    4040
     41#include <async.h>
    4142#include <fibril_synch.h>
    4243#include <ipc/services.h>
     44
    4345#include <adt/measured_strings.h>
    4446#include <net/device.h>
    4547#include <net/packet.h>
    46 #include <async.h>
    4748
    4849/** Module initialization.
     
    5051 * This has to be implemented in user code.
    5152 *
    52  * @param[in] sess Networking module session.
     53 * @param[in] net_phone Networking module phone.
    5354 *
    5455 * @return EOK on success.
     
    5758 *
    5859 */
    59 extern int tl_initialize(async_sess_t *sess);
     60extern int tl_initialize(int net_phone);
    6061
    6162/** Per-connection module initialization.
     
    8283    ipc_call_t *, size_t *);
    8384
    84 extern int tl_module_start(sysarg_t);
     85extern int tl_module_start(int);
    8586
    8687#endif
Note: See TracChangeset for help on using the changeset viewer.