blob: b76f49e7eed58d7836018bf7d45dc589a49f9d62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 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
|