ckfwq/linux-3.0.4/arch/arm/plat-omap/include/plat/hwa742.h

9 lines
104 B
C
Raw Normal View History

2024-12-30 10:53:50 +08:00
#ifndef _HWA742_H
#define _HWA742_H
struct hwa742_platform_data {
unsigned te_connected:1;
};
#endif