Ignore:
File:
1 edited

Legend:

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

    rffa2c8ef r6b82009  
    3939 */
    4040
    41 #include <async.h>
    42 #include <fibril_synch.h>
    4341#include <ipc/services.h>
    44 
    4542#include <adt/measured_strings.h>
    4643#include <net/device.h>
    4744#include <net/packet.h>
     45#include <async.h>
    4846
    4947/** Module initialization.
     
    5149 * This has to be implemented in user code.
    5250 *
    53  * @param[in] net_phone Networking module phone.
     51 * @param[in] sess Networking module session.
    5452 *
    5553 * @return EOK on success.
     
    5856 *
    5957 */
    60 extern int il_initialize(int net_phone);
     58extern int il_initialize(async_sess_t *sess);
    6159
    6260/** Process the internetwork layer module message.
     
    7674    ipc_call_t *answer, size_t *answer_count);
    7775
    78 extern int il_module_start(int);
     76extern int il_module_start(sysarg_t);
    7977
    8078#endif
Note: See TracChangeset for help on using the changeset viewer.