diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-05-13 12:39:40 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-05-13 12:39:40 +0100 |
commit | 34eeaa3d747284fea6eb44ebc971cb513816cb5e (patch) | |
tree | dda85dc4705ecf6b303c3fbc28f965a996a48ab7 /efi/wrapper.h | |
parent | 717a819dd1cd43ba02db703598c172fb6b1819a8 (diff) | |
parent | 5de984d3f42258fb49cfb713002a2e2aae4b16a4 (diff) | |
download | syslinux-34eeaa3d747284fea6eb44ebc971cb513816cb5e.tar.gz syslinux-34eeaa3d747284fea6eb44ebc971cb513816cb5e.tar.xz syslinux-34eeaa3d747284fea6eb44ebc971cb513816cb5e.zip |
Merge branch 'msdos-hdr' into for-hpa/elflink/firmware
Diffstat (limited to 'efi/wrapper.h')
-rw-r--r-- | efi/wrapper.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/efi/wrapper.h b/efi/wrapper.h index 492c262b..4f769914 100644 --- a/efi/wrapper.h +++ b/efi/wrapper.h @@ -28,7 +28,9 @@ struct header { __uint16_t msdos_signature; - __uint8_t _pad1[0x3c - 2]; + __uint8_t _pad1[0x16]; + __uint16_t relocs_ptr; + __uint8_t __pad2[0x3c - 0x1a]; __uint32_t pe_hdr; __uint16_t pe_signature; __uint16_t _pad2; |