NeKernel dev
Loading...
Searching...
No Matches
StorageKit.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
9#define kDriveSectorSizeHDD (512U)
10#define kDriveSectorSizeSSD (512U)
11#define kDriveSectorSizeOptical (2048U)
12
13namespace Kernel {
14template <typename T>
15class DeviceInterface;
16
17class NVMEDeviceInterface;
18class AHCIDeviceInterface;
19class ATADeviceInterface;
20class SCSIDeviceInterface;
21} // namespace Kernel
UPS inline definitions.
Definition Device.h:12