]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/hw/uart/c66x_uart/evmc66x_uart.h
Refix c64x: uart API and null_uart
[keystone-rtos/ibl.git] / src / hw / uart / c66x_uart / evmc66x_uart.h
index 5dad2766d258c9f73d54b2ce19a8553d468b8554..6f8067a8e6a9bcb423eb0b9b7e5403850d09ad7f 100755 (executable)
@@ -42,6 +42,7 @@
 #ifndef    _EVM66X_I2C_UART_H_
 #define    _EVM66X_I2C_UART_H_
 
 #ifndef    _EVM66X_I2C_UART_H_
 #define    _EVM66X_I2C_UART_H_
 
+#include "uart.h"
 #include <stdint.h>
 
 #define UART_REGS_BASE            (0x02540000)
 #include <stdint.h>
 
 #define UART_REGS_BASE            (0x02540000)
@@ -83,10 +84,4 @@ typedef struct  {
 #define UART_LSR_THRE_MASK (0x00000020u)
 #define UART_THR_DATA_MASK (0x000000FFu)
 
 #define UART_LSR_THRE_MASK (0x00000020u)
 #define UART_THR_DATA_MASK (0x000000FFu)
 
-/************************
- * Function declarations
- ************************/
-void uart_init(void);
-void uart_write_string(char * str, uint32_t length);
-
 #endif /* _EVM66X_I2C_UART_H_ */
 #endif /* _EVM66X_I2C_UART_H_ */