mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-08 11:40:32 +00:00
11 lines
258 B
C
11 lines
258 B
C
#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 */
|