Sign in
gfiber
/
barebox
/
mindspeed
/
eb7c6b827fbfc8073cacf0f003a91f6539be0181
/
.
/
include
/
dm9000.h
blob: b4a04b1e63fbfd24c7e1e357bb73dbc234743ca7 [
file
] [
log
] [
blame
]
#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
;
int
srom
;
};
#endif
/* __DM9000_H__ */