xref: /haiku/src/libs/compat/freebsd_network/compat/netinet/if_ether.h (revision 857b0c2bef2de29d8f02f6daf7c8379bf782dccb)
1 /*
2  * Copyright 2007 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_NETINET_IF_ETHER_H_
6 #define _FBSD_COMPAT_NETINET_IF_ETHER_H_
7 
8 
9 /* Haiku does it's own ARP management */
10 
11 #define arp_ifinit(ifp, ifa)
12 
13 #endif
14