aboutsummaryrefslogtreecommitdiffstats
path: root/efi/wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'efi/wrapper.h')
-rw-r--r--efi/wrapper.h4
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;