rk: add debug_uart.h

This commit is contained in:
黄涛
2013-01-09 10:07:14 +08:00
parent 83ff0af39d
commit d103823b51
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <asm/fiq.h>
#include <mach/io.h>
#include <mach/fiq.h>
#include <mach/debug_uart.h>
// GIC ICDISR

View File

@@ -13,6 +13,7 @@
*/
#include <mach/io.h>
#include <mach/debug_uart.h>
#ifdef DEBUG_UART_PHYS
.macro addruart, rp, rv

View File

@@ -16,6 +16,7 @@
#include <mach/memory.h>
#include <plat/sram.h>
#include <mach/gpio.h>
#include <mach/debug_uart.h>
/* SRAM section definitions from the linker */
extern char __sram_code_start, __ssram_code_text, __esram_code_text;