#ifndef UART_CONSOLE_H
#define UART_CONSOLE_H
#include "type_define.h"
#include "stdio.h"
void uart_console_put_char(u8 data);
#endif