uncompress.h 249 B

12345678910111213141516171819
  1. #ifndef __ASM_MACH_UNCOMPRESS_H
  2. #define __ASM_MACH_UNCOMPRESS_H
  3. /*
  4. * This does not append a newline
  5. */
  6. static void putc(int c)
  7. {
  8. }
  9. static inline void flush(void)
  10. {
  11. }
  12. static void arch_decomp_setup(void)
  13. {
  14. }
  15. #endif /* __ASM_MACH_UNCOMPRESS_H */