diff options
Diffstat (limited to 'Private/KernelKit')
| -rw-r--r-- | Private/KernelKit/DeviceManager.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ -62,7 +62,6 @@ class DeviceInterface { }; /// -/// /// @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, |
