summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-l7200/uncompress.h
blob: d2e56455b8697d29b9ee6f8347a927ab0402ad54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * linux/include/asm-arm/arch-l7200/uncompress.h
 *
 * Copyright (C) 2000 Steve Hill (sjhill@cotw.com)
 */

static __inline__ void putc(char c)
{
}

static void puts(const char *s)
{
}

static __inline__ void arch_decomp_setup(void)
{
}

#define arch_decomp_wdog()