mirror of https://github.com/acidanthera/audk.git
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:
parent
97c4afffcb
commit
6617fcc2e8
|
@ -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;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue