diff options
Diffstat (limited to 'NewKernel/StorageKit/Storage.hpp')
| -rw-r--r-- | NewKernel/StorageKit/Storage.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/NewKernel/StorageKit/Storage.hpp b/NewKernel/StorageKit/Storage.hpp new file mode 100644 index 00000000..37159b50 --- /dev/null +++ b/NewKernel/StorageKit/Storage.hpp @@ -0,0 +1,16 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + +------------------------------------------- */ + +#pragma once + +#include <NewKit/Defines.hpp> +#include <StorageKit/NVME.hpp> +#include <StorageKit/AHCI.hpp> +#include <StorageKit/SCSI.hxx> + +#define kDriveSectorSizeHDD (512) +#define kDriveSectorSizeSSD (4096) +#define kDriveSectorSizeCDROM (2048) |
