ARM: debug: fix big endian operation for 8250 word mode
[deliverable/linux.git] / arch / arm / include / debug / uncompress.h
CommitLineData
3b4af9bc
SG
1#ifdef CONFIG_DEBUG_UNCOMPRESS
2extern void putc(int c);
3#else
615967b0 4static inline void putc(int c) {}
3b4af9bc 5#endif
615967b0
SG
6static inline void flush(void) {}
7static inline void arch_decomp_setup(void) {}
This page took 0.144185 seconds and 5 git commands to generate.