Add basic support for mini2440 board to barebox.
[barebox-mini2440.git] / include / dm9000.h
blobb4a04b1e63fbfd24c7e1e357bb73dbc234743ca7
2 #ifndef __DM9000_H__
3 #define __DM9000_H__
5 #define DM9000_WIDTH_8 1
6 #define DM9000_WIDTH_16 2
7 #define DM9000_WIDTH_32 3
9 struct dm9000_platform_data {
10 unsigned long iobase;
11 unsigned long iodata;
12 int buswidth;
13 int srom;
16 #endif /* __DM9000_H__ */