diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 14:59:15 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 14:59:15 +0200 |
| commit | e2fd9a88d6b9def2fdebbc974001ae0778c26622 (patch) | |
| tree | e4ad56f68caf7bac2b23faef1dac2b875ff2ab8b /Private/StorageKit | |
| parent | 32f75625830660468287de0f213baee760fc6384 (diff) | |
- Add documentation for PRDT struct.
- Property.hpp: change fsName to fName
Diffstat (limited to 'Private/StorageKit')
| -rw-r--r-- | Private/StorageKit/PRDT.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
