diff options
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/bootinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 14fc88f27226..edf2b9a71c82 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -258,4 +258,10 @@ extern char arcs_cmdline[CL_SIZE]; | |||
258 | * Registers a0, a1, a3 and a4 as passed to the kenrel entry by firmware | 258 | * Registers a0, a1, a3 and a4 as passed to the kenrel entry by firmware |
259 | */ | 259 | */ |
260 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; | 260 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; |
261 | |||
262 | /* | ||
263 | * Platform memory detection hook called by setup_arch | ||
264 | */ | ||
265 | extern void plat_mem_setup(void); | ||
266 | |||
261 | #endif /* _ASM_BOOTINFO_H */ | 267 | #endif /* _ASM_BOOTINFO_H */ |