diff options
Diffstat (limited to 'include/linux/if_ether.h')
-rw-r--r-- | include/linux/if_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index 5028e0b6082b..723a1c5fbc6c 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h | |||
@@ -100,6 +100,7 @@ | |||
100 | #define ETH_P_ECONET 0x0018 /* Acorn Econet */ | 100 | #define ETH_P_ECONET 0x0018 /* Acorn Econet */ |
101 | #define ETH_P_HDLC 0x0019 /* HDLC frames */ | 101 | #define ETH_P_HDLC 0x0019 /* HDLC frames */ |
102 | #define ETH_P_ARCNET 0x001A /* 1A for ArcNet :-) */ | 102 | #define ETH_P_ARCNET 0x001A /* 1A for ArcNet :-) */ |
103 | #define ETH_P_PHONET 0x00F5 /* Nokia Phonet frames */ | ||
103 | 104 | ||
104 | /* | 105 | /* |
105 | * This is an Ethernet frame header. | 106 | * This is an Ethernet frame header. |