diff options
Diffstat (limited to 'Boot/NetBoot')
| -rw-r--r-- | Boot/NetBoot/NetBoot.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/NetBoot/NetBoot.hxx b/Boot/NetBoot/NetBoot.hxx index e3119c5f..24176c4a 100644 --- a/Boot/NetBoot/NetBoot.hxx +++ b/Boot/NetBoot/NetBoot.hxx @@ -20,7 +20,7 @@ typedef struct NetBootInternetHeader CharacterTypeUTF8 NB4; /// magic char 4 'B' CharacterTypeUTF8 PatchName[255]; /// example: ColdChoco - NewOS::Int32 PatchLength; /// the patch length. + Kernel::Int32 PatchLength; /// the patch length. CharacterTypeUTF8 PatchTarget[255]; /// the target file. - NewOS::Boolean ImpliesROM; /// does it implies EEPROM patching? + Kernel::Boolean ImpliesROM; /// does it implies EEPROM patching? } NetBootInternetHeader; |
