Changeset 42a9f27 in mainline for uspace/lib/net/include/netif_interface.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_interface.h
r4a3b501 r42a9f27 27 27 */ 28 28 29 /** @addtogroup netif29 /** @addtogroup libnet 30 30 * @{ 31 31 */ 32 32 33 #ifndef __NET_NETIF_INTERFACE_H__34 #define __NET_NETIF_INTERFACE_H__33 #ifndef LIBNET_NETIF_INTERFACE_H_ 34 #define LIBNET_NETIF_INTERFACE_H_ 35 35 36 36 #include <netif_remote.h>
Note:
See TracChangeset
for help on using the changeset viewer.