diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-01 08:47:44 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-01 08:47:44 -0700 |
commit | bf61c8840efe60fd8f91446860b63338fb424158 (patch) | |
tree | 7a71832407a4f0d6346db773343f4c3ae2257b19 /arch/arm/mach-omap2/board-zoom.h | |
parent | 5846115b30f3a881e542c8bfde59a699c1c13740 (diff) | |
parent | 0c6a61657da78098472fd0eb71cc01f2387fa1bb (diff) |
Merge branch 'next' into for-linus
Prepare first set of updates for 3.10 merge window.
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom.h')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-zoom.h b/arch/arm/mach-omap2/board-zoom.h new file mode 100644 index 000000000000..2e9486940ead --- /dev/null +++ b/arch/arm/mach-omap2/board-zoom.h @@ -0,0 +1,10 @@ +/* + * Defines for zoom boards + */ +#include <video/omapdss.h> + +#define ZOOM_NAND_CS 0 + +extern int __init zoom_debugboard_init(void); +extern void __init zoom_peripherals_init(void); +extern void __init zoom_display_init(void); |