Commit 7e73d6ff authored by David S. Miller's avatar David S. Miller

include/linux/netdevice.h: Define HAVE_NETDEV_POLL.

parent 6ac62e4f
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment