Changes in uspace/lib/net/il/arp_remote.c [ffa2c8ef:96b02eb9] in mainline
- File:
-
- 1 edited
-
uspace/lib/net/il/arp_remote.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/il/arp_remote.c
rffa2c8ef r96b02eb9 41 41 #include <async.h> 42 42 #include <errno.h> 43 #include <ipc/ipc.h> 43 44 #include <ipc/services.h> 44 45 #include <ipc/arp.h> … … 164 165 int 165 166 arp_translate_req(int arp_phone, device_id_t device_id, services_t protocol, 166 measured_string_t *address, measured_string_t **translation, uint8_t**data)167 measured_string_t *address, measured_string_t **translation, char **data) 167 168 { 168 169 return generic_translate_req(arp_phone, NET_ARP_TRANSLATE, device_id,
Note:
See TracChangeset
for help on using the changeset viewer.
