summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/CFKit/GUIDWizard.h
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
commit0d0829659be019b3695795e1604d36591a3c3785 (patch)
tree12a9ffe10d493b7d0fe3b22a5222150e8d7eb5db /dev/zka/CFKit/GUIDWizard.h
parent87b734fa4072223f144f90a5dfe2e562c5430c21 (diff)
Fixed bootloader makefile and moved CFKit into it's own namespace.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/CFKit/GUIDWizard.h')
-rw-r--r--dev/zka/CFKit/GUIDWizard.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/zka/CFKit/GUIDWizard.h b/dev/zka/CFKit/GUIDWizard.h
index 74dab72b..4a41cf7f 100644
--- a/dev/zka/CFKit/GUIDWizard.h
+++ b/dev/zka/CFKit/GUIDWizard.h
@@ -15,8 +15,10 @@
#include <NewKit/Stream.h>
#include <NewKit/String.h>
-namespace Kernel::XRN::Version1
+namespace CFKit::XRN::Version1
{
+ using namespace Kernel;
+
Ref<GUIDSequence> cf_make_sequence(const ArrayList<UInt32>& seq);
ErrorOr<Ref<Kernel::StringView>> cf_try_guid_to_string(Ref<GUIDSequence>& guid);
-} // namespace Kernel::XRN::Version1
+} // namespace CFKit::XRN::Version1