Squash commits for public release
This commit is contained in:
9
boot/arm64/prekernel/drivers/uart.h
Normal file
9
boot/arm64/prekernel/drivers/uart.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _BOOT_DRIVERS_UART_H
|
||||
#define _BOOT_DRIVERS_UART_H
|
||||
|
||||
#include <libboot/types.h>
|
||||
|
||||
void uart_init();
|
||||
int uart_write(uint8_t data);
|
||||
|
||||
#endif // _BOOT_DRIVERS_UART_H
|
||||
Reference in New Issue
Block a user