summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/StorageKit/StorageKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/StorageKit/StorageKit.h')
-rw-r--r--dev/kernel/StorageKit/StorageKit.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev/kernel/StorageKit/StorageKit.h b/dev/kernel/StorageKit/StorageKit.h
deleted file mode 100644
index c9633392..00000000
--- a/dev/kernel/StorageKit/StorageKit.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ========================================
-
- Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
-
-#pragma once
-
-#define kDriveSectorSizeHDD (512U)
-#define kDriveSectorSizeSSD (512U)
-#define kDriveSectorSizeOptical (2048U)
-
-namespace Kernel {
-template <typename T>
-class DeviceInterface;
-
-class NVMEDeviceInterface;
-class AHCIDeviceInterface;
-class ATADeviceInterface;
-class SCSIDeviceInterface;
-} // namespace Kernel