2 * linux/include/asm-arm/arch-shark/uncompress.h
6 * linux/include/asm-arm/arch-ebsa285/uncompress.h
7 * Copyright (C) 1996,1997,1998 Russell King
10 #define SERIAL_BASE ((volatile unsigned char *)0x400003f8)
12 static __inline__ void putc(char c)
22 * This does not append a newline
24 static void putstr(const char *s)
35 static void putn(unsigned long z)
43 x='0'+((z>>((7-i)*4))&0xf);
44 if (x>'9') x=x-'0'+'A'-10;
59 #define arch_decomp_setup()
60 #define arch_decomp_wdog()