2016-09-27 13:31:22 +02:00

11 lines
258 B
C
Executable File

#ifndef _BACKPORTS_LINUX_AF_ARP_H
#define _BACKPORTS_LINUX_AF_ARP_H 1
#include_next <linux/if_arp.h>
#ifndef ARPHRD_IEEE802154_MONITOR
#define ARPHRD_IEEE802154_MONITOR 805 /* IEEE 802.15.4 network monitor */
#endif
#endif /* _BACKPORTS_LINUX_AF_ARP_H */