mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-05 06:43:48 +00:00
11 lines
192 B
C
11 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
|