aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap/hwa742.h
diff options
context:
space:
mode:
authorKai Svahn <kai.svahn@nokia.com>2007-02-01 16:19:15 -0800
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-09 10:39:03 +0100
commitb01d96d653b1387ee0a91094ee54a8c523c3be09 (patch)
tree2b8c4f73bdda9918305df3ce597a4c741cbb471f /include/asm-arm/arch-omap/hwa742.h
parentd82973d1cdc149d06ac9685ae008105d382c4236 (diff)
ARM: OMAP: Sync framebuffer headers with N800 tree
This patch syncs framebuffer headers with N800 tree. Signed-off-by: Kai Svahn <kai.svahn@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-omap/hwa742.h')
-rw-r--r--include/asm-arm/arch-omap/hwa742.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/hwa742.h b/include/asm-arm/arch-omap/hwa742.h
new file mode 100644
index 00000000000..577f492f2d3
--- /dev/null
+++ b/include/asm-arm/arch-omap/hwa742.h
@@ -0,0 +1,12 @@
+#ifndef _HWA742_H
+#define _HWA742_H
+
+struct hwa742_platform_data {
+ void (*power_up)(struct device *dev);
+ void (*power_down)(struct device *dev);
+ unsigned long (*get_clock_rate)(struct device *dev);
+
+ unsigned te_connected:1;
+};
+
+#endif