Ignore:
Timestamp:
2011-10-10T06:58:55Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ea6392
Parents:
e68c834 (diff), 80099c19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

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

    re68c834 r7a68fe5  
    3535
    3636#include <ipc/services.h>
    37 
    3837#include <net/device.h>
    3938#include <adt/measured_strings.h>
    4039#include <async.h>
     40#include <devman.h>
    4141
    4242/** @name Networking module interface
     
    4545/*@{*/
    4646
    47 extern int net_get_device_conf_req(async_sess_t *, device_id_t,
     47extern int net_get_device_conf_req(async_sess_t *, nic_device_id_t,
    4848    measured_string_t **, size_t, uint8_t **);
    4949extern int net_get_conf_req(async_sess_t *, measured_string_t **, size_t,
    5050    uint8_t **);
    5151extern void net_free_settings(measured_string_t *, uint8_t *);
     52extern int net_get_devices_req(async_sess_t *, measured_string_t **, size_t *,
     53    uint8_t **);
     54extern int net_driver_ready(async_sess_t *, devman_handle_t);
    5255extern async_sess_t *net_connect_module(void);
    5356
Note: See TracChangeset for help on using the changeset viewer.