Changeset 4eca056 in mainline for uspace/lib/net/include/netif_local.h
- Timestamp:
- 2010-11-18T23:36:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aaa3f33a
- Parents:
- 88a1bb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_local.h
r88a1bb9 r4eca056 158 158 */ 159 159 extern int netif_get_addr_message(device_id_t device_id, 160 measured_string_ refaddress);160 measured_string_t *address); 161 161 162 162 /** Process the netif driver specific message. … … 195 195 device_stats_t *stats); 196 196 197 extern int netif_get_addr_req_local(int, device_id_t, measured_string_ ref*,197 extern int netif_get_addr_req_local(int, device_id_t, measured_string_t **, 198 198 char **); 199 199 extern int netif_probe_req_local(int, device_id_t, int, int);
Note:
See TracChangeset
for help on using the changeset viewer.