/* * Linux ARCnet driver - COM20020 chipset support - function declarations * * Written 1997 by David Woodhouse. * Written 1994-1999 by Avery Pennarun. * Derived from skeleton.c by Donald Becker. * * Special thanks to Contemporary Controls, Inc. (www.ccontrols.com) * for sponsoring the further development of this driver. * * ********************** * * The original copyright of skeleton.c was as follows: * * skeleton.c Written 1993 by Donald Becker. * Copyright 1993 United States Government as represented by the * Director, National Security Agency. This software may only be used * and distributed according to the terms of the GNU General Public License as * modified by SRC, incorporated herein by reference. * * ********************** * * For more details, see drivers/net/arcnet.c * * **********************
*/ #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); externconststruct net_device_ops com20020_netdev_ops;
/* The number of low I/O ports used by the card. */ #define ARCNET_TOTAL_SIZE 8
#define PLX_PCI_MAX_CARDS 2
struct ledoffsets { int green; int red;
};
struct com20020_pci_channel_map {
u32 bar;
u32 offset;
u32 size; /* 0x00 - auto, e.g. length of entire bar */
};
struct com20020_pci_card_info { constchar *name; int devcount;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.