diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-06-29 00:43:17 -0700 |
|---|---|---|
| committer | Ben Collins <bcollins@debian.org> | 2003-06-29 00:43:17 -0700 |
| commit | 9ec3d5ba657b8012d1cf913c3bcb2bf3c2242ded (patch) | |
| tree | 5d812c213840577599a9019dceb27507324c25a7 /include/linux | |
| parent | 947af82fbbc5aebdc1072f1e5571996ec86e7859 (diff) | |
[NET]: Add EDP2 ethernet protocol ID.
Diffstat (limited to 'include/linux')
| -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 37aed75b5588..11f31f6d260e 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -67,6 +67,7 @@ #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport * over Ethernet */ +#define ETH_P_EDP2 0x88A2 /* Coraid EDP2 */ /* * Non DIX types. Won't clash for 1500 types. |
