summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/Device.hpp18
1 files changed, 8 insertions, 10 deletions
diff --git a/Private/KernelKit/Device.hpp b/Private/KernelKit/Device.hpp
index 097af85a..9a689b26 100644
--- a/Private/KernelKit/Device.hpp
+++ b/Private/KernelKit/Device.hpp
@@ -81,15 +81,13 @@ class IOBuf final {
///! @brief Device types enum.
enum {
- kDeviceIde,
- kDeviceNetwork,
- kDevicePrinter,
- kDeviceGSDB,
- kDeviceScsi,
- kDeviceSata,
- kDeviceUsb,
- kDeviceCD,
- kDeviceSwap,
- kDeviceCnt,
+ kDeviceTypeIDE,
+ kDeviceTypeEthernet,
+ kDeviceTypeWiFi,
+ kDeviceTypeRS232,
+ kDeviceTypeSCSI,
+ kDeviceTypeSHCI,
+ kDeviceTypeUSB,
+ kDeviceTypeCount,
};
} // namespace HCore