1 #ifndef __MACH_UNCOMPRESS_H 2 #define __MACH_UNCOMPRESS_H 3 4 #define putc(c) 5 #define flush() 6 #define arch_decomp_setup() 7 #define arch_decomp_wdog() 8 9 #endif 10
1 #ifndef __MACH_UNCOMPRESS_H 2 #define __MACH_UNCOMPRESS_H 3 4 #define putc(c) 5 #define flush() 6 #define arch_decomp_setup() 7 #define arch_decomp_wdog() 8 9 #endif 10