Changes in uspace/lib/net/include/netif_remote.h [42a9f27:514ee46] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_remote.h
r42a9f27 r514ee46 27 27 */ 28 28 29 /** @addtogroup libnet29 /** @addtogroup netif 30 30 * @{ 31 31 */ 32 32 33 #ifndef LIBNET_NETIF_REMOTE_H_34 #define LIBNET_NETIF_REMOTE_H_33 #ifndef __NET_NETIF_REMOTE_H__ 34 #define __NET_NETIF_REMOTE_H__ 35 35 36 #include <async.h>37 36 #include <ipc/services.h> 38 37 #include <adt/measured_strings.h> 39 40 38 #include <net/device.h> 41 #include <net/packet.h>42 39 43 40 extern int netif_get_addr_req_remote(int, device_id_t, measured_string_ref *,
Note:
See TracChangeset
for help on using the changeset viewer.