mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
19 lines
249 B
C
19 lines
249 B
C
#ifndef __ASM_MACH_UNCOMPRESS_H
|
|
#define __ASM_MACH_UNCOMPRESS_H
|
|
|
|
/*
|
|
* This does not append a newline
|
|
*/
|
|
static void putc(int c)
|
|
{
|
|
}
|
|
|
|
static inline void flush(void)
|
|
{
|
|
}
|
|
|
|
static void arch_decomp_setup(void)
|
|
{
|
|
}
|
|
|
|
#endif /* __ASM_MACH_UNCOMPRESS_H */
|