]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/arp.h
x86/pgtable: unify pagetable accessors, #6
[linux-2.6-omap-h63xx.git] / include / net / arp.h
index f026645686008af614cf4949a1adba3bcaec3e15..752eb47b2678b0ceecabd1c44190e16cd59fde66 100644 (file)
@@ -5,13 +5,12 @@
 #include <linux/if_arp.h>
 #include <net/neighbour.h>
 
-#define HAVE_ARP_CREATE
 
 extern struct neigh_table arp_tbl;
 
 extern void    arp_init(void);
 extern int     arp_find(unsigned char *haddr, struct sk_buff *skb);
-extern int     arp_ioctl(unsigned int cmd, void __user *arg);
+extern int     arp_ioctl(struct net *net, unsigned int cmd, void __user *arg);
 extern void     arp_send(int type, int ptype, __be32 dest_ip,
                         struct net_device *dev, __be32 src_ip,
                         unsigned char *dest_hw, unsigned char *src_hw, unsigned char *th);