Go to the documentation of this file.
7 #ifndef __ASM_ARCH_UNCOMPRESS_H
8 #define __ASM_ARCH_UNCOMPRESS_H
10 #include <mach/hardware.h>
15 static inline void putc(
int c)
17 volatile unsigned char *
p = (
volatile unsigned char *)(
IO_PHYS+0x20000);
27 static inline void flush(
void)
34 #define arch_decomp_setup()
35 #define arch_decomp_wdog()