summaryrefslogtreecommitdiffhomepage
path: root/Private/StorageKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/StorageKit')
-rw-r--r--Private/StorageKit/PRDT.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/StorageKit/PRDT.hpp b/Private/StorageKit/PRDT.hpp
index 48886db6..9163a8bf 100644
--- a/Private/StorageKit/PRDT.hpp
+++ b/Private/StorageKit/PRDT.hpp
@@ -12,7 +12,8 @@
#define kPrdtTransferSize (sizeof(NewOS::UShort))
namespace NewOS {
-enum {
+/// @brief Tranfer information about PRD.
+enum kPRDTTransfer {
kPRDTTransferInProgress,
kPRDTTransferIsDone,
kPRDTTransferCount,
@@ -47,5 +48,5 @@ class PRDT final {
UIntPtr m_PrdtAddr;
};
-using PhysicalAddress = PRDT; // here
+EXTERN_C Int32 kPRDTTransferStatus;
} // namespace NewOS