ARM: OMAP: Merge driver headers from N800 tree
authorKai Svahn <kai.svahn@nokia.com>
Fri, 26 Jan 2007 21:14:34 +0000 (13:14 -0800)
committerTony Lindgren <tony@atomide.com>
Sat, 15 Sep 2007 19:41:07 +0000 (12:41 -0700)
This patch merges omap specific driver headers from
N800 tree.

Signed-off-by: Kai Svahn <kai.svahn@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/blizzard.h [new file with mode: 0644]
include/asm-arm/arch-omap/eac.h [new file with mode: 0644]
include/asm-arm/arch-omap/menelaus.h
include/asm-arm/arch-omap/mmc.h [new file with mode: 0644]
include/asm-arm/arch-omap/onenand.h [new file with mode: 0644]

diff --git a/include/asm-arm/arch-omap/blizzard.h b/include/asm-arm/arch-omap/blizzard.h
new file mode 100644 (file)
index 0000000..8d160f1
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _BLIZZARD_H
+#define _BLIZZARD_H
+
+struct blizzard_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
Simple merge
Simple merge
Simple merge
Simple merge