• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Defines for rx51 boards
3  */
4 
5 #ifndef _OMAP_BOARD_RX51_H
6 #define _OMAP_BOARD_RX51_H
7 
8 extern void __init rx51_peripherals_init(void);
9 extern void __init rx51_video_mem_init(void);
10 
11 #endif
12