aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/include/mach/uncompress.h
blob: bbe20e6963251f03faf63df9c8132ab1160913b0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MACH_UNCOMPRESS_H
#define __MACH_UNCOMPRESS_H

#define putc(c)
#define flush()
#define arch_decomp_setup()
#define arch_decomp_wdog()

#endif