blob: f1aee56781e7d50441b68158399c4db8d227881e [file] [log] [blame]
Magnus Dammc793c1b2010-02-05 11:14:49 +00001#ifndef __ASM_MACH_UNCOMPRESS_H
2#define __ASM_MACH_UNCOMPRESS_H
3
4/*
5 * This does not append a newline
6 */
7static void putc(int c)
8{
9}
10
11static inline void flush(void)
12{
13}
14
15static void arch_decomp_setup(void)
16{
17}
18
Magnus Dammc793c1b2010-02-05 11:14:49 +000019#endif /* __ASM_MACH_UNCOMPRESS_H */