aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/if_arp.h
diff options
context:
space:
mode:
authorSjur Braendeland <sjur.brandeland@stericsson.com>2010-03-30 13:56:19 +0000
committerDavid S. Miller <davem@davemloft.net>2010-03-30 19:08:43 -0700
commit70596b612c04694806a31dd389bd796c035085fa (patch)
treee5dc2e4f2507344b6e3b280ed496bf42e3efd60b /include/linux/if_arp.h
parentvirtio_net: missing sg_init_table (diff)
downloadwireguard-linux-70596b612c04694806a31dd389bd796c035085fa.tar.xz
wireguard-linux-70596b612c04694806a31dd389bd796c035085fa.zip
net-caif: add CAIF protocol definitions
Add CAIF definitions to existing header files. Files: if_arp.h, if_ether.h, socket.h. Types: ARPHRD_CAIF, ETH_P_CAIF, AF_CAIF, PF_CAIF, SOL_CAIF, N_CAIF Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_arp.h')
-rw-r--r--include/linux/if_arp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_arp.h b/include/linux/if_arp.h
index e80b7f88f7c6..6d722f41ee7c 100644
--- a/include/linux/if_arp.h
+++ b/include/linux/if_arp.h
@@ -90,6 +90,7 @@
#define ARPHRD_PHONET 820 /* PhoNet media type */
#define ARPHRD_PHONET_PIPE 821 /* PhoNet pipe header */
+#define ARPHRD_CAIF 822 /* CAIF media type */
#define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */
#define ARPHRD_NONE 0xFFFE /* zero header length */