mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
0a6f98c958
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
12 lines
192 B
C
12 lines
192 B
C
/*
|
|
* Defines for rx51 boards
|
|
*/
|
|
|
|
#ifndef _OMAP_BOARD_RX51_H
|
|
#define _OMAP_BOARD_RX51_H
|
|
|
|
extern void __init rx51_peripherals_init(void);
|
|
extern void __init rx51_video_mem_init(void);
|
|
|
|
#endif
|