android_kernel_cmhtcleo/arch/arm/plat-omap/include/mach/hwa742.h

9 lines
104 B
C
Raw Normal View History

2010-08-27 09:19:57 +00:00
#ifndef _HWA742_H
#define _HWA742_H
struct hwa742_platform_data {
unsigned te_connected:1;
};
#endif