mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:50:57 +07: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);
|