1 2 3 4 5 6 7 8 9 10
#ifndef __DM9000_H__ #define __DM9000_H__ struct dm9000_platform_data { int srom; }; #endif /* __DM9000_H__ */