9
0
Fork 0
barebox/include/dm9000.h

11 lines
116 B
C

#ifndef __DM9000_H__
#define __DM9000_H__
struct dm9000_platform_data {
int srom;
};
#endif /* __DM9000_H__ */