aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap/hwa742.h
diff options
context:
space:
mode:
authorKai Svahn <kai.svahn@nokia.com>2007-02-01 19:19:15 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-09 05:39:03 -0400
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 000000000000..577f492f2d3c
--- /dev/null
+++ b/include/asm-arm/arch-omap/hwa742.h
@@ -0,0 +1,12 @@
1#ifndef _HWA742_H
2#define _HWA742_H
3
4struct hwa742_platform_data {
5 void (*power_up)(struct device *dev);
6 void (*power_down)(struct device *dev);
7 unsigned long (*get_clock_rate)(struct device *dev);
8
9 unsigned te_connected:1;
10};
11
12#endif