NanoPayload

stage1/board.h

210:cb43c3400045
2016-10-03 Paul Boddie Attempt to properly use the GPIO set and clear registers.
     1 #ifndef __BOARD_H__     2 #define __BOARD_H__     3      4 /* Initialisation functions. */     5      6 void load_args();     7 void gpio_init();     8 void pll_init();     9 void sdram_init();    10     11 #endif /* __BOARD_H__ */