diff options
Diffstat (limited to 'include/linux/fcdevice.h')
-rw-r--r-- | include/linux/fcdevice.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/fcdevice.h b/include/linux/fcdevice.h index c63d03bc1..25687bb17 100644 --- a/include/linux/fcdevice.h +++ b/include/linux/fcdevice.h @@ -33,7 +33,10 @@ extern int fc_header(struct sk_buff *skb, struct net_device *dev, extern int fc_rebuild_header(struct sk_buff *skb); //extern unsigned short fc_type_trans(struct sk_buff *skb, struct net_device *dev); -extern struct net_device * init_fcdev(struct net_device *, int); +extern struct net_device *init_fcdev(struct net_device *dev, int sizeof_priv); +extern struct net_device *alloc_fcdev(int sizeof_priv); +extern int register_fcdev(struct net_device *dev); +extern void unregister_fcdev(struct net_device *dev); #endif |