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
3245f02d9d
commit
7d36709d5e
5 changed files with 7 additions and 7 deletions
|
@ -85,7 +85,7 @@ enum
|
|||
};
|
||||
|
||||
/* For the Linux/i386 boot protocol version 2.10. */
|
||||
struct linux_kernel_header
|
||||
struct linux_i386_kernel_header
|
||||
{
|
||||
grub_uint8_t code1[0x0020];
|
||||
grub_uint16_t cl_magic; /* Magic number 0xA33F */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue