diff options
Diffstat (limited to 'kexec/arch/mips/kexec-mips.h')
-rw-r--r-- | kexec/arch/mips/kexec-mips.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kexec/arch/mips/kexec-mips.h b/kexec/arch/mips/kexec-mips.h index e67960b..2991b2d 100644 --- a/kexec/arch/mips/kexec-mips.h +++ b/kexec/arch/mips/kexec-mips.h @@ -13,7 +13,8 @@ int elf_mips_load(int argc, char **argv, const char *buf, off_t len, void elf_mips_usage(void); struct arch_options_t { - int core_header_type; + char *command_line; + int core_header_type; }; #endif /* KEXEC_MIPS_H */ |