diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-12 05:52:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-12 05:52:28 +0100 |
| commit | 182f9d9e6ce671970391c72f5b90c66d11efbb70 (patch) | |
| tree | 6bd86ef6bd300d80c98984c058a7a2949fb5b52d /dev/Mod/NVME | |
| parent | c24971c61795971982ccc12e7dfc59ec6326e77f (diff) | |
ADD: Scheduler bug fixes, and working on deadlock prevention.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod/NVME')
| -rw-r--r-- | dev/Mod/NVME/NVME.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Mod/NVME/NVME.h b/dev/Mod/NVME/NVME.h index 3adadc98..5f8608f7 100644 --- a/dev/Mod/NVME/NVME.h +++ b/dev/Mod/NVME/NVME.h @@ -52,7 +52,7 @@ namespace NeOS kIdentifyNVME = 0x06, kReadNVME = 0x02, kWriteNVME = 0x01, - kCountNVME = 5, + kCountNVME = 5, }; /// @brief Creates an admin command for a DMA operation. |
