/************************************************************************ * regs.h: A Linux PCI-X Ethernet driver for Neterion 10GbE Server NIC * Copyright(c) 2002-2010 Exar Corp. * This software may be used and distributed according to the terms of * the GNU General Public License (GPL), incorporated herein by reference. * Drivers based on or derived from this code fall under the GPL and must * retain the authorship, copyright and license notice. This file is not * a complete program and may only be used when the entire operating * system is licensed under the GPL. * See the file COPYING in this distribution for more information. ************************************************************************/ #ifndef _REGS_H #define _REGS_H #define TBD … struct XENA_dev_config { … }; #define XENA_REG_SPACE … #define XENA_EEPROM_SPACE … #endif /* _REGS_H */