diff options
Diffstat (limited to 'include/linux/hippidevice.h')
-rw-r--r-- | include/linux/hippidevice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h index 9dc01f7ab5b4..07414c241e65 100644 --- a/include/linux/hippidevice.h +++ b/include/linux/hippidevice.h @@ -23,6 +23,10 @@ #ifdef __KERNEL__ +struct neigh_parms; +struct net_device; +struct sk_buff; + struct hippi_cb { __u32 ifield; }; |