diff options
Diffstat (limited to 'kexec/arch/mips/kexec-mips.h')
-rw-r--r-- | kexec/arch/mips/kexec-mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/mips/kexec-mips.h b/kexec/arch/mips/kexec-mips.h index a609fb5..222c815 100644 --- a/kexec/arch/mips/kexec-mips.h +++ b/kexec/arch/mips/kexec-mips.h @@ -20,6 +20,7 @@ void elf_mips_usage(void); struct arch_options_t { char *command_line; char *dtb_file; + char *initrd_file; int core_header_type; }; |