summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/plat/hwa742.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/hwa742.h')
-rw-r--r--arch/arm/plat-omap/include/plat/hwa742.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/hwa742.h b/arch/arm/plat-omap/include/plat/hwa742.h
new file mode 100644
index 00000000000..886248d32b4
--- /dev/null
+++ b/arch/arm/plat-omap/include/plat/hwa742.h
@@ -0,0 +1,8 @@
+#ifndef _HWA742_H
+#define _HWA742_H
+
+struct hwa742_platform_data {
+ unsigned te_connected:1;
+};
+
+#endif