i386: make struct linux_kernel_header architecture specific
struct linux_kernel_header -> struct linux_i386_kernel_header Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
1901a159bd
commit
103779a19e
5 changed files with 7 additions and 7 deletions
|
@ -35,7 +35,7 @@ grub_xen_file_and_cmdline (grub_file_t file,
|
|||
grub_size_t cmdline_max_len)
|
||||
{
|
||||
grub_elf_t elf;
|
||||
struct linux_kernel_header lh;
|
||||
struct linux_i386_kernel_header lh;
|
||||
grub_file_t off_file;
|
||||
grub_uint32_t payload_offset, payload_length;
|
||||
grub_uint8_t magic[6];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue