From a4d4de6913fb7dd54847b0e5a004c3100bc02459 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 16 Mar 2024 21:46:29 +0100 Subject: HCR-14: Reworked page allocator for AMD64. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/DeviceManager.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Private/KernelKit') diff --git a/Private/KernelKit/DeviceManager.hpp b/Private/KernelKit/DeviceManager.hpp index 9f014c1a..4c9c7970 100644 --- a/Private/KernelKit/DeviceManager.hpp +++ b/Private/KernelKit/DeviceManager.hpp @@ -61,7 +61,6 @@ class DeviceInterface { void (*m_In)(T Data); }; -/// /// /// @brief Input Output Buffer /// Used mainly to communicate between hardware. @@ -94,7 +93,7 @@ class IOBuf final { T m_Data; }; -///! @brief Device types enum. +///! @brief Device enum types. enum { kDeviceTypeIDE, kDeviceTypeEthernet, -- cgit v1.2.3