Shawn Guo | 3b4af9b | 2013-03-14 08:48:06 +0100 | [diff] [blame] | 1 | #ifdef CONFIG_DEBUG_UNCOMPRESS |
2 | extern void putc(int c); | ||||
3 | #else | ||||
Shawn Guo | 615967b | 2013-03-14 08:47:27 +0100 | [diff] [blame] | 4 | static inline void putc(int c) {} |
Shawn Guo | 3b4af9b | 2013-03-14 08:48:06 +0100 | [diff] [blame] | 5 | #endif |
Shawn Guo | 615967b | 2013-03-14 08:47:27 +0100 | [diff] [blame] | 6 | static inline void flush(void) {} |
7 | static inline void arch_decomp_setup(void) {} |