summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/Mod')
-rw-r--r--dev/Boot/Mod/NetBoot/NetBoot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/Mod/NetBoot/NetBoot.h b/dev/Boot/Mod/NetBoot/NetBoot.h
index 00f15aad..284ea5d5 100644
--- a/dev/Boot/Mod/NetBoot/NetBoot.h
+++ b/dev/Boot/Mod/NetBoot/NetBoot.h
@@ -11,7 +11,7 @@
#include <NewKit/Defines.h>
-#define kNetBootINetMagic "NETB"
+#define kNetBootINetMagic "NETB"
#define kNetBootINetMagicLength 4
/// @brief the internet header is used to download updates OTA.
@@ -26,6 +26,6 @@ typedef struct NetBootInternetHeader
Kernel::Int32 PatchLength; /// the patch length.
Kernel::Char PatchTarget[255]; /// the target file.
Kernel::Boolean ImpliesROM; /// does it imply an EEPROM reprogram?
- Kernel::Boolean Preflight; /// is it a preflight packet.
- Kernel::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget**
+ Kernel::Boolean Preflight; /// is it a preflight packet.
+ Kernel::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget**
} NetBootInternetHeader;