From 5deb3317cb51ac52de922bb55f8492624018906d Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- target/linux/realtek/files/arch/rlx/include/asm/setup.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/realtek/files/arch/rlx/include/asm/setup.h (limited to 'target/linux/realtek/files/arch/rlx/include/asm/setup.h') diff --git a/target/linux/realtek/files/arch/rlx/include/asm/setup.h b/target/linux/realtek/files/arch/rlx/include/asm/setup.h new file mode 100644 index 000000000..e600cedda --- /dev/null +++ b/target/linux/realtek/files/arch/rlx/include/asm/setup.h @@ -0,0 +1,10 @@ +#ifndef _MIPS_SETUP_H +#define _MIPS_SETUP_H + +#define COMMAND_LINE_SIZE 256 + +#ifdef __KERNEL__ +extern void setup_early_printk(void); +#endif /* __KERNEL__ */ + +#endif /* __SETUP_H */ -- cgit v1.2.3