fix error return value while loading environment
[barebox-mini2440.git] / include / dm9000.h
blob3cc52356b28231772494770cfe440b35f3c51fe0
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;
15 #endif /* __DM9000_H__ */