summaryrefslogtreecommitdiffstats
path: root/include/dm9000.h
blob: 3cc52356b28231772494770cfe440b35f3c51fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef __DM9000_H__
#define __DM9000_H__

#define DM9000_WIDTH_8		1
#define DM9000_WIDTH_16		2
#define DM9000_WIDTH_32		3

struct dm9000_platform_data {
	unsigned long iobase;
	unsigned long iodata;
	int buswidth;
};

#endif /* __DM9000_H__ */