Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / KernelLand / Modules / Network / PRO100 / pro100.h
1 /*
2  * Acess2 PRO/100 Driver
3  * - By John Hodge (thePowersGang)
4  *
5  * pro100.h
6  * - Hardware header
7  */
8 #ifndef _PRO100_H_
9 #define _PRO100_H_
10
11 #include "pro100_hw.h"
12
13 typedef struct sCard    tCard;
14
15 struct sCard
16 {
17         Uint16  IOBase;
18         struct sCSR     *MMIO;
19         
20         union {
21                 Uint8   Bytes[6];
22                 Uint16  Words[3];       // Used to read the MAC from EEPROM
23         } MAC;
24
25         //tIPStackBuffer        *TXBuffers[NUM_TX];
26 };
27
28 #endif
29

UCC git Repository :: git.ucc.asn.au