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