Linux Kernel
3.7.1
|
#include <asm/types.h>
#include <asm/mach-types.h>
#include <linux/serial_reg.h>
#include <mach/hardware.h>
Go to the source code of this file.
Macros | |
#define | TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) |
#define | arch_decomp_setup() __arch_decomp_setup(arch_id) |
#define | arch_decomp_wdog() |
Variables | |
volatile u8 * | uart_base |
Definition at line 38 of file uncompress.h.
#define arch_decomp_wdog | ( | void | ) |
Definition at line 39 of file uncompress.h.
#define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE) |
Definition at line 12 of file uncompress.h.
volatile u8* uart_base |
Definition at line 10 of file uncompress.h.