Changeset d7ff048 in mainline for uspace/lib/net/include/net_interface.h
- Timestamp:
- 2011-10-08T13:08:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf08ff0
- Parents:
- 8367d1d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/net_interface.h
r8367d1d rd7ff048 35 35 36 36 #include <ipc/services.h> 37 38 37 #include <net/device.h> 39 38 #include <adt/measured_strings.h> 40 39 #include <async.h> 40 #include <devman.h> 41 41 42 42 /** @name Networking module interface … … 45 45 /*@{*/ 46 46 47 extern int net_get_device_conf_req(async_sess_t *, device_id_t,47 extern int net_get_device_conf_req(async_sess_t *, nic_device_id_t, 48 48 measured_string_t **, size_t, uint8_t **); 49 49 extern int net_get_conf_req(async_sess_t *, measured_string_t **, size_t, 50 50 uint8_t **); 51 51 extern void net_free_settings(measured_string_t *, uint8_t *); 52 extern int net_get_devices_req(async_sess_t *, measured_string_t **, size_t *, 53 uint8_t **); 54 extern int net_driver_ready(async_sess_t *, devman_handle_t); 52 55 extern async_sess_t *net_connect_module(void); 53 56
Note:
See TracChangeset
for help on using the changeset viewer.