Newer
Older
barebox / include / platform_data / eth-dm9000.h

#ifndef __DM9000_H__
#define __DM9000_H__

struct dm9000_platform_data {
	int srom;
};

#endif /* __DM9000_H__ */