diff options
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/Boot.hxx | 6 | ||||
| -rw-r--r-- | Private/NewBoot/BootKit/Protocol.hxx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Private/NewBoot/BootKit/Boot.hxx b/Private/NewBoot/BootKit/Boot.hxx index 4bdc9c84..a6ff15c5 100644 --- a/Private/NewBoot/BootKit/Boot.hxx +++ b/Private/NewBoot/BootKit/Boot.hxx @@ -16,7 +16,7 @@ #include <NewKit/Defines.hpp> -using namespace hCore; +using namespace HCore; typedef void *PEFImage; @@ -70,8 +70,8 @@ enum { #define BK_START_KERNEL (0x80000000) -hCore::SizeT BStrLen(const char *ptr); -hCore::SizeT BSetMem(char *src, const char byte, const hCore::SizeT len); +HCore::SizeT BStrLen(const char *ptr); +HCore::SizeT BSetMem(char *src, const char byte, const HCore::SizeT len); /***********************************************************************************/ /// Include other APIs. diff --git a/Private/NewBoot/BootKit/Protocol.hxx b/Private/NewBoot/BootKit/Protocol.hxx index 26eef7e7..d9f7836a 100644 --- a/Private/NewBoot/BootKit/Protocol.hxx +++ b/Private/NewBoot/BootKit/Protocol.hxx @@ -18,7 +18,7 @@ #define kBaseHandoverStruct 0x80000000 #define kHandoverStructSz sizeof(HEL::HandoverHeader) -namespace hCore::HEL { +namespace HCore::HEL { /** @brief the kind of executable we're loading. */ @@ -66,4 +66,4 @@ struct HandoverInformationHeader { @brief Handover Jump Proc */ typedef UInt64 (*HandoverProc)(HandoverInformationHeader* pHandover); -} // namespace hCore::HEL +} // namespace HCore::HEL |
