/* ax88796.h: access points to the driver for the AX88796 NE2000 clone1*2* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.3* Written by David Howells ([email protected])4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public License7* as published by the Free Software Foundation; either version8* 2 of the License, or (at your option) any later version.9*/1011#ifndef _ASM_AX88796_H12#define _ASM_AX88796_H1314#include <asm/mb-regs.h>1516#define AX88796_IOADDR (__region_CS1 + 0x200)17#define AX88796_IRQ IRQ_CPU_EXTERNAL718#define AX88796_FULL_DUPLEX 0 /* force full duplex */19#define AX88796_BUS_INFO "CS1#+0x200" /* bus info for ethtool */2021#endif /* _ASM_AX88796_H */222324