summaryrefslogtreecommitdiff
path: root/built_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'built_in.h')
-rw-r--r--built_in.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/built_in.h b/built_in.h
index d10579a..bb24746 100644
--- a/built_in.h
+++ b/built_in.h
@@ -382,10 +382,26 @@ static inline u64 cpu_to_le64(u64 val)
# define PACKET_QDISC_BYPASS 20
#endif
+#ifndef ARPHRD_CAN
+# define ARPHRD_CAN 280
+#endif
+
#ifndef ARPHRD_IEEE802154_MONITOR
# define ARPHRD_IEEE802154_MONITOR 805
#endif
+#ifndef ARPHRD_PHONET
+# define ARPHRD_PHONET 820
+#endif
+
+#ifndef ARPHRD_PHONET_PIPE
+# define ARPHRD_PHONET_PIPE 821
+#endif
+
+#ifndef ARPHRD_CAIF
+# define ARPHRD_CAIF 822
+#endif
+
#ifndef ARPHRD_IP6GRE
# define ARPHRD_IP6GRE 823
#endif