blob: 0e2949b0fae9576033705aa969fb21583004b66c [file] [log] [blame]
Shawn Guo3b4af9b2013-03-14 08:48:06 +01001#ifdef CONFIG_DEBUG_UNCOMPRESS
2extern void putc(int c);
3#else
Shawn Guo615967b2013-03-14 08:47:27 +01004static inline void putc(int c) {}
Shawn Guo3b4af9b2013-03-14 08:48:06 +01005#endif
Shawn Guo615967b2013-03-14 08:47:27 +01006static inline void flush(void) {}
7static inline void arch_decomp_setup(void) {}