From 15493aad092a3e2f0ebacc4fe38d40de02ea67de Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 28 Mar 2025 20:19:56 +0100 Subject: ahci: fix: report success when ahci is detected. mbci: reintroduce NeKernel's MBCI. cfkit: rename: CFKit -> CF libuser: rename ErrKind to ErrRef. coregfx: fix last unconsistent things about the module. Signed-off-by: Amlal El Mahrouss --- dev/kernel/CFKit/GUIDWizard.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/kernel/CFKit/GUIDWizard.h') diff --git a/dev/kernel/CFKit/GUIDWizard.h b/dev/kernel/CFKit/GUIDWizard.h index 45572d32..6383ce5d 100644 --- a/dev/kernel/CFKit/GUIDWizard.h +++ b/dev/kernel/CFKit/GUIDWizard.h @@ -15,10 +15,10 @@ #include #include -namespace CFKit::XRN::Version1 +namespace CF::XRN::Version1 { using namespace Kernel; - Ref cf_make_sequence(const ArrayList& seq); + Ref cf_make_sequence(const ArrayList& seq); ErrorOr> cf_try_guid_to_string(Ref& guid); -} // namespace CFKit::XRN::Version1 +} // namespace CF::XRN::Version1 -- cgit v1.2.3