diff options
Diffstat (limited to 'arch/arm/mach-omap2/include/mach/board-zoom.h')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/board-zoom.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-zoom.h b/arch/arm/mach-omap2/include/mach/board-zoom.h new file mode 100644 index 00000000000..775fdc3b000 --- /dev/null +++ b/arch/arm/mach-omap2/include/mach/board-zoom.h | |||
@@ -0,0 +1,12 @@ | |||
1 | /* | ||
2 | * Defines for zoom boards | ||
3 | */ | ||
4 | #include <video/omapdss.h> | ||
5 | |||
6 | #define ZOOM_NAND_CS 0 | ||
7 | |||
8 | extern int __init zoom_debugboard_init(void); | ||
9 | extern void __init zoom_peripherals_init(void); | ||
10 | extern void __init zoom_display_init(void); | ||
11 | |||
12 | #define ZOOM2_HEADSET_EXTMUTE_GPIO 153 | ||