2017-07-09 | Paul Boddie | file changeset files shortlog | Continued the parameterisation of the LCD configuration activity. |
paul@35 | 1 | #ifndef __BOARD_H__ |
paul@35 | 2 | #define __BOARD_H__ |
paul@0 | 3 | |
paul@14 | 4 | /* Initialisation functions. */ |
paul@14 | 5 | |
paul@194 | 6 | void load_args(); |
paul@194 | 7 | void gpio_init(); |
paul@194 | 8 | void pll_init(); |
paul@194 | 9 | void sdram_init(); |
paul@0 | 10 | |
paul@35 | 11 | #endif /* __BOARD_H__ */ |