From 7e73d6ff8d6f1637f7c3a84f2fbf83d023a764b2 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 11 Aug 2002 21:23:56 -0700 Subject: include/linux/netdevice.h: Define HAVE_NETDEV_POLL. --- include/linux/netdevice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/netdevice.h') diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d663887834ab..9d3bbc92e21e 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -376,6 +376,7 @@ struct net_device int (*stop)(struct net_device *dev); int (*hard_start_xmit) (struct sk_buff *skb, struct net_device *dev); +#define HAVE_NETDEV_POLL int (*poll) (struct net_device *dev, int *quota); int (*hard_header) (struct sk_buff *skb, struct net_device *dev, -- cgit v1.2.3