adds board header
This commit is contained in:
4
port/moonlight/inc/board.h
Normal file
4
port/moonlight/inc/board.h
Normal file
@@ -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