mirror of https://github.com/acidanthera/audk.git
Remove absolute URL in comment as they may become stale.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6680 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c23904319f
commit
4e43ee512f
|
@ -41,8 +41,8 @@ typedef enum {
|
||||||
IO_UINT32 = 2,
|
IO_UINT32 = 2,
|
||||||
IO_UINT64 = 3,
|
IO_UINT64 = 3,
|
||||||
//
|
//
|
||||||
// Below enumerations are added in "EFI 1.10 Specification update - 001", which
|
// Below enumerations are added in "Extensible Firmware Interface Specification,
|
||||||
// is downloadable from http://download.intel.com/technology/efi/docs/EFI_1-10_Update.zip
|
// Version 1.10, Specification Update, Version 001".
|
||||||
//
|
//
|
||||||
MMIO_COPY_UINT8 = 4,
|
MMIO_COPY_UINT8 = 4,
|
||||||
MMIO_COPY_UINT16 = 5,
|
MMIO_COPY_UINT16 = 5,
|
||||||
|
|
Loading…
Reference in New Issue