summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/include/i386/pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/include/i386/pe.h')
-rw-r--r--sys/boot/efi/include/i386/pe.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/boot/efi/include/i386/pe.h b/sys/boot/efi/include/i386/pe.h
index e2ae25c..588e6fc 100644
--- a/sys/boot/efi/include/i386/pe.h
+++ b/sys/boot/efi/include/i386/pe.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*
PE32+ header file
*/
#ifndef _PE_H
@@ -8,7 +8,7 @@
#define IMAGE_DOS_SIGNATURE 0x5A4D // MZ
#define IMAGE_OS2_SIGNATURE 0x454E // NE
#define IMAGE_OS2_SIGNATURE_LE 0x454C // LE
-#define IMAGE_NT_SIGNATURE 0x00004550 // PE00
+#define IMAGE_NT_SIGNATURE 0x00004550 // PE00
#define IMAGE_EDOS_SIGNATURE 0x44454550 // PEED
@@ -130,7 +130,7 @@ typedef struct _IMAGE_OPTIONAL_HEADER {
UINT32 AddressOfEntryPoint;
UINT32 BaseOfCode;
UINT32 BaseOfData;
-
+
//
// NT additional fields.
//
@@ -607,7 +607,7 @@ typedef struct {
UINT32 Signature; // "NB10"
UINT32 Unknown;
UINT32 Unknown2;
- UINT32 Unknown3;
+ UINT32 Unknown3;
//
// Filename of .PDB goes here
//
@@ -619,9 +619,9 @@ typedef struct {
UINT32 Signature; // "RSDS"
UINT32 Unknown;
UINT32 Unknown2;
- UINT32 Unknown3;
- UINT32 Unknown4;
- UINT32 Unknown5;
+ UINT32 Unknown3;
+ UINT32 Unknown4;
+ UINT32 Unknown5;
//
// Filename of .PDB goes here
//
OpenPOWER on IntegriCloud