aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hippidevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hippidevice.h')
-rw-r--r--include/linux/hippidevice.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h
index 9debe6bbe5f0..9bc3b688d2ee 100644
--- a/include/linux/hippidevice.h
+++ b/include/linux/hippidevice.h
@@ -26,6 +26,11 @@
26#include <linux/if_hippi.h> 26#include <linux/if_hippi.h>
27 27
28#ifdef __KERNEL__ 28#ifdef __KERNEL__
29
30struct hippi_cb {
31 __u32 ifield;
32};
33
29extern unsigned short hippi_type_trans(struct sk_buff *skb, 34extern unsigned short hippi_type_trans(struct sk_buff *skb,
30 struct net_device *dev); 35 struct net_device *dev);
31 36