Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
uncompress.h File Reference

Go to the source code of this file.

Macros

#define UART0_PHYS   0xd8200000
 
#define UART0_ADDR(x)   *(volatile unsigned char *)(UART0_PHYS + x)
 
#define arch_decomp_setup()
 
#define arch_decomp_wdog()
 

Macro Definition Documentation

#define arch_decomp_setup (   void)

Definition at line 36 of file uncompress.h.

#define arch_decomp_wdog (   void)

Definition at line 37 of file uncompress.h.

#define UART0_ADDR (   x)    *(volatile unsigned char *)(UART0_PHYS + x)

Definition at line 19 of file uncompress.h.

#define UART0_PHYS   0xd8200000

Definition at line 18 of file uncompress.h.