This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / netpoll.h
index 806fa16..a9e4817 100644 (file)
@@ -16,8 +16,7 @@ struct netpoll;
 struct netpoll {
        struct net_device *dev;
        char dev_name[16], *name;
-       void (*rx_hook)(struct netpoll *, short, char *, int);
-       void (*dump_func)(struct pt_regs *);
+       void (*rx_hook)(struct netpoll *, int, char *, int);
        u32 local_ip, remote_ip;
        u16 local_port, remote_port;
        unsigned char local_mac[6], remote_mac[6];
@@ -33,7 +32,6 @@ int netpoll_trap(void);
 void netpoll_set_trap(int trap);
 void netpoll_cleanup(struct netpoll *np);
 int netpoll_rx(struct sk_buff *skb);
-void netpoll_reset_locks(struct netpoll *np);
 
 
 #endif