From e2fd9a88d6b9def2fdebbc974001ae0778c26622 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Apr 2024 14:59:15 +0200 Subject: - Add documentation for PRDT struct. - Property.hpp: change fsName to fName --- Private/StorageKit/PRDT.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Private/StorageKit') diff --git a/Private/StorageKit/PRDT.hpp b/Private/StorageKit/PRDT.hpp index d83f2a56..12da78ab 100644 --- a/Private/StorageKit/PRDT.hpp +++ b/Private/StorageKit/PRDT.hpp @@ -19,6 +19,7 @@ enum kPRDTTransfer { kPRDTTransferCount, }; +/// @brief Physical Region Descriptor Table. struct PRDT { UInt32 fPhysAddress; UInt32 fSectorCount; -- cgit v1.2.3