index 5dad2766d258c9f73d54b2ce19a8553d468b8554..6f8067a8e6a9bcb423eb0b9b7e5403850d09ad7f 100755 (executable)
#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)
#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_ */