diff options
author | Per Liden <per.liden@ericsson.com> | 2006-01-16 11:42:12 +0100 |
---|---|---|
committer | Per Liden <per.liden@ericsson.com> | 2006-01-18 00:45:15 +0100 |
commit | 33a9c4da5ab16192ef1e961d4c4e45c18031cd67 (patch) | |
tree | 825c24cd6cf5700a0c8f6ac1c11a18cb46235d4a /include/linux/if_ether.h | |
parent | 7c2b2aaee45c365596a83bcf8758b1f222e0eca4 (diff) |
[TIPC] Move ethernet protocol id to linux/if_ether.h
Signed-off-by: Per Liden <per.liden@ericsson.com>
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 fe26d431de87..7a92c1ce1457 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -72,6 +72,7 @@ * over Ethernet */ #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ +#define ETH_P_TIPC 0x88CA /* TIPC */ /* * Non DIX types. Won't clash for 1500 types. |