2015-06-09 | Paul Boddie | file changeset files shortlog | Separated board-specific functionality out from common functionality in an attempt to introduce tentative jz4730 and MiniPC support. |
paul@33 | 1 | #ifndef __BOARD_NANONOTE_H__ |
paul@33 | 2 | #define __BOARD_NANONOTE_H__ |
paul@16 | 3 | |
paul@16 | 4 | /* Initialisation functions. */ |
paul@16 | 5 | |
paul@16 | 6 | void gpio_init2(void); |
paul@16 | 7 | void cpm_init(void); |
paul@16 | 8 | void rtc_init(void); |
paul@16 | 9 | int timer_init(void); |
paul@16 | 10 | |
paul@33 | 11 | #endif /* __BOARD_NANONOTE_H__ */ |