Changeset 42a9f27 in mainline for uspace/lib/net/include/netif_remote.h
- Timestamp:
- 2010-10-17T20:14:11Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 404dbae
- Parents:
- 4a3b501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_remote.h
r4a3b501 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 #include <async.h> 36 37 #include <ipc/services.h> 37 38 #include <adt/measured_strings.h> 39 38 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.