]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/if_bridge.h
[SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not set
[linux-2.6-omap-h63xx.git] / include / linux / if_bridge.h
index 4ff211d98769d532d3c1be2a7f5e6194ebac1390..58e43e5664575f25e7249a6e4c4301ee0a036ce4 100644 (file)
@@ -104,10 +104,10 @@ struct __fdb_entry
 
 #include <linux/netdevice.h>
 
-extern void brioctl_set(int (*ioctl_hook)(unsigned int, void __user *));
+extern void brioctl_set(int (*ioctl_hook)(struct net *, unsigned int, void __user *));
 extern struct sk_buff *(*br_handle_frame_hook)(struct net_bridge_port *p,
                                               struct sk_buff *skb);
-extern int (*br_should_route_hook)(struct sk_buff **pskb);
+extern int (*br_should_route_hook)(struct sk_buff *skb);
 
 #endif