From b75417b44d5f63ea0ead68cbe8f62bd76df62229 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Feb 2024 17:20:30 +0100 Subject: HCR-15: Merge to master branch. Important commit and end of ticket. Signed-off-by: Amlal El Mahrouss --- Private/StorageKit/NVME.hpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Private/StorageKit') diff --git a/Private/StorageKit/NVME.hpp b/Private/StorageKit/NVME.hpp index 1b638989..2e778883 100644 --- a/Private/StorageKit/NVME.hpp +++ b/Private/StorageKit/NVME.hpp @@ -9,7 +9,7 @@ #pragma once -#include +#include #include namespace HCore { @@ -37,4 +37,14 @@ class NVMEDevice : public DeviceInterface { private: void (*fCleanup)(void); }; + +class NVMEPacket { + UIntPtr DataPtr; + SizeT DataSz; + UInt64 DriveID; + + Boolean ErrorSet; + Boolean BusySet; + Boolean ReadySet; +}; } // namespace HCore -- cgit v1.2.3