mirror of
https://github.com/drasko/codezero.git
synced 2026-06-17 06:14:08 +02:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
@@ -9,4 +9,13 @@
|
||||
|
||||
#include <l4/platform/realview/platform.h>
|
||||
|
||||
#define CLCD_SELECT_BOARD 0
|
||||
#define CLCD_SELECT_TILE 1
|
||||
|
||||
void sri_set_mux(int offset);
|
||||
void clcd_clock_write(u32 freq, int clcd_select);
|
||||
u32 clcd_clock_read(int clcd_select);
|
||||
void clcd_init(void);
|
||||
void kmi_init(void);
|
||||
|
||||
#endif /* __PBA9_PLATFORM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user