Newer
Older
barebox / include / dm9000.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 29 Jul 2011 116 bytes dm9000: introduce add_dm9000_device to register dm9000 device

#ifndef __DM9000_H__
#define __DM9000_H__

struct dm9000_platform_data {
	int srom;
};

#endif /* __DM9000_H__ */