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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev/Kernel/StorageKit/StorageKit.h b/dev/Kernel/StorageKit/StorageKit.h
deleted file mode 100644
index a0f1a2d1..00000000
--- a/dev/Kernel/StorageKit/StorageKit.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -------------------------------------------
-
- Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.
-
-------------------------------------------- */
-
-#pragma once
-
-#define kDriveSectorSizeHDD (512U)
-#define kDriveSectorSizeSSD (512U)
-#define kDriveSectorSizeOptical (2048)
-
-namespace NeOS
-{
- template <typename T>
- class IDeviceObject;
-
- class NVMEDeviceInterface;
- class AHCIDeviceInterface;
- class ATADeviceInterface;
- class SCSIDeviceInterface;
-} // namespace NeOS