diff options
Diffstat (limited to 'include/asm-arm/arch-nexuspci/uncompress.h')
-rw-r--r-- | include/asm-arm/arch-nexuspci/uncompress.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-arm/arch-nexuspci/uncompress.h b/include/asm-arm/arch-nexuspci/uncompress.h new file mode 100644 index 000000000..16daee5b9 --- /dev/null +++ b/include/asm-arm/arch-nexuspci/uncompress.h @@ -0,0 +1,17 @@ +/* + * linux/include/asm-arm/arch-ebsa110/uncompress.h + * + * Copyright (C) 1996,1997,1998 Russell King + */ + +/* + * This does not append a newline + */ +static void puts(const char *s) +{ +} + +/* + * nothing to do + */ +#define arch_decomp_setup() |