diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-08-11 21:23:56 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-08-11 21:23:56 -0700 |
| commit | 7e73d6ff8d6f1637f7c3a84f2fbf83d023a764b2 (patch) | |
| tree | e5cf4024a949c7eaf0fc19a704254873ea8b9d33 /include/linux/netdevice.h | |
| parent | 6ac62e4f0ce58529d414b8862beec79e12a767c7 (diff) | |
include/linux/netdevice.h: Define HAVE_NETDEV_POLL.
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
