Changeset 8ff0bd2 in mainline for uspace/lib/net/include/net_interface.h
- Timestamp:
- 2011-09-04T11:30:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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
rd2c67e7 r8ff0bd2 38 38 #include <net/device.h> 39 39 #include <adt/measured_strings.h> 40 #include <async.h> 40 41 41 42 /** @name Networking module interface … … 44 45 /*@{*/ 45 46 46 extern int net_get_device_conf_req(int, device_id_t, measured_string_t **, 47 size_t, uint8_t **); 48 extern int net_get_conf_req(int, measured_string_t **, size_t, uint8_t **); 47 extern int net_get_device_conf_req(async_sess_t *, device_id_t, 48 measured_string_t **, size_t, uint8_t **); 49 extern int net_get_conf_req(async_sess_t *, measured_string_t **, size_t, 50 uint8_t **); 49 51 extern void net_free_settings(measured_string_t *, uint8_t *); 50 extern intnet_connect_module(void);52 extern async_sess_t *net_connect_module(void); 51 53 52 54 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.