mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
8599e7c587
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
11 lines
227 B
C
11 lines
227 B
C
/*
|
|
* 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);
|