summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/FirmwareKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/FirmwareKit')
-rw-r--r--dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
index d1c83c64..d3792949 100644
--- a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
+++ b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
@@ -20,8 +20,8 @@ namespace Kernel
const UInt32 fStartAddress; // start address (master/slave(s) thread)
#ifdef ZKA_IS_EXTENDED_COREBOOT
- const UIntPtr fMasterStructure; // master structure for MP/PM and device tree and such (ARM)
- const UIntPtr fMasterStructureVersion; // master structure version.
+ const UIntPtr fMasterStructure; // master structure for MP/PM and device tree and such (ARM)
+ const UIntPtr fMasterStructureVersion; // master structure version.
#endif
};
} // namespace Kernel \ No newline at end of file