adds board header
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
int uart_putc(int ch);
|
||||||
|
int uart_getc(void);
|
||||||
|
int board_init(void);
|
||||||
|
int register_irq_handler(unsigned irq_num, void (*handler)());
|
||||||
Reference in New Issue
Block a user