Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfs
[sfrench/cifs-2.6.git] / arch / arm / include / debug / uncompress.h
1 #ifdef CONFIG_DEBUG_UNCOMPRESS
2 extern void putc(int c);
3 #else
4 static inline void putc(int c) {}
5 #endif
6 static inline void flush(void) {}
7 static inline void arch_decomp_setup(void) {}