From 6617fcc2e8f4d24823f027850dffc05ae60117a2 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 7 Dec 2008 23:01:34 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Uefi/UefiBaseType.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MdePkg/Include/Uefi/UefiBaseType.h b/MdePkg/Include/Uefi/UefiBaseType.h index 431e70ba19..d14215619f 100644 --- a/MdePkg/Include/Uefi/UefiBaseType.h +++ b/MdePkg/Include/Uefi/UefiBaseType.h @@ -45,7 +45,15 @@ typedef UINTN EFI_TPL; /// Logical block address. /// typedef UINT64 EFI_LBA; + +/// +/// 64-bit physical memory address. +/// typedef UINT64 EFI_PHYSICAL_ADDRESS; + +/// +/// 64-bit virtual memory address. +/// typedef UINT64 EFI_VIRTUAL_ADDRESS; /// -- 2.39.2