#ifndef __COM20020_H
#define __COM20020_H
#include <linux/leds.h>
int com20020_check(struct net_device *dev);
int com20020_found(struct net_device *dev, int shared);
extern const struct net_device_ops com20020_netdev_ops;
#define ARCNET_TOTAL_SIZE …
#define PLX_PCI_MAX_CARDS …
struct ledoffsets { … };
struct com20020_pci_channel_map { … };
struct com20020_pci_card_info { … };
struct com20020_priv { … };
struct com20020_dev { … };
#define COM20020_REG_W_INTMASK …
#define COM20020_REG_R_STATUS …
#define COM20020_REG_W_COMMAND …
#define COM20020_REG_R_DIAGSTAT …
#define COM20020_REG_W_ADDR_HI …
#define COM20020_REG_W_ADDR_LO …
#define COM20020_REG_RW_MEMDATA …
#define COM20020_REG_W_SUBADR …
#define COM20020_REG_W_CONFIG …
#define COM20020_REG_W_XREG …
#define RDDATAflag …
#define NEWNXTIDflag …
#define RESETcfg …
#define TXENcfg …
#define XTOcfg(x) …
#define PROMISCset …
#define P1MODE …
#define SLOWARB …
#define SUB_TENTATIVE …
#define SUB_NODE …
#define SUB_SETUP1 …
#define SUB_TEST …
#define SUB_SETUP2 …
#define SUB_BUSCTL …
#define SUB_DMACOUNT …
static inline void com20020_set_subaddress(struct arcnet_local *lp,
int ioaddr, int val)
{ … }
#endif