diff options
Diffstat (limited to 'include/linux/hippidevice.h')
-rw-r--r-- | include/linux/hippidevice.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h index 9debe6bbe5f..9bc3b688d2e 100644 --- a/include/linux/hippidevice.h +++ b/include/linux/hippidevice.h @@ -26,6 +26,11 @@ #include <linux/if_hippi.h> #ifdef __KERNEL__ + +struct hippi_cb { + __u32 ifield; +}; + extern unsigned short hippi_type_trans(struct sk_buff *skb, struct net_device *dev); |