From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/Device.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/KernelKit/Device.hpp') diff --git a/Private/KernelKit/Device.hpp b/Private/KernelKit/Device.hpp index 4ae968c2..e172880b 100644 --- a/Private/KernelKit/Device.hpp +++ b/Private/KernelKit/Device.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * HCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== @@ -9,14 +9,14 @@ #pragma once -/* hCore */ +/* HCore */ /* File: KernelKit/Device.hpp */ /* Device abstraction utilities. */ #include #include -namespace hCore +namespace HCore { template class DeviceInterface; @@ -91,4 +91,4 @@ namespace hCore kDeviceCD, kDeviceSwap, }; -} // namespace hCore +} // namespace HCore -- cgit v1.2.3