uncompress.h 152 B

12345678910
  1. #ifndef __MACH_UNCOMPRESS_H
  2. #define __MACH_UNCOMPRESS_H
  3. #define putc(c)
  4. #define flush()
  5. #define arch_decomp_setup()
  6. #define arch_decomp_wdog()
  7. #endif