Ignore:
File:
1 edited

Legend:

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

    r6b82009 rffa2c8ef  
    3939 */
    4040
     41#include <async.h>
     42#include <fibril_synch.h>
    4143#include <ipc/services.h>
     44
    4245#include <adt/measured_strings.h>
    4346#include <net/device.h>
    4447#include <net/packet.h>
    45 #include <async.h>
    4648
    4749/** Module initialization.
     
    4951 * This has to be implemented in user code.
    5052 *
    51  * @param[in] sess Networking module session.
     53 * @param[in] net_phone Networking module phone.
    5254 *
    5355 * @return EOK on success.
     
    5658 *
    5759 */
    58 extern int il_initialize(async_sess_t *sess);
     60extern int il_initialize(int net_phone);
    5961
    6062/** Process the internetwork layer module message.
     
    7476    ipc_call_t *answer, size_t *answer_count);
    7577
    76 extern int il_module_start(sysarg_t);
     78extern int il_module_start(int);
    7779
    7880#endif
Note: See TracChangeset for help on using the changeset viewer.