Add descriptions of EFI_PHYSICAL_ADDRESS and EFI_VIRTUAL_ADDRESS

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6907 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2008-12-07 23:01:34 +00:00
parent 97c4afffcb
commit 6617fcc2e8
1 changed files with 8 additions and 0 deletions

View File

@ -45,7 +45,15 @@ typedef UINTN EFI_TPL;
/// Logical block address. /// Logical block address.
/// ///
typedef UINT64 EFI_LBA; typedef UINT64 EFI_LBA;
///
/// 64-bit physical memory address.
///
typedef UINT64 EFI_PHYSICAL_ADDRESS; typedef UINT64 EFI_PHYSICAL_ADDRESS;
///
/// 64-bit virtual memory address.
///
typedef UINT64 EFI_VIRTUAL_ADDRESS; typedef UINT64 EFI_VIRTUAL_ADDRESS;
/// ///