summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 15:50:41 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 15:50:41 +0000
commit2f3204125d2190f0e7d08eb6f5ea609fc3fe2ba7 (patch)
tree7f2d708ec2864ba9ee65e1f87c78b7921674663d /MdePkg
parent35d59af39ea1a475342bc709bfd9396d576336f3 (diff)
downloadedk2-2f3204125d2190f0e7d08eb6f5ea609fc3fe2ba7.tar.gz
edk2-2f3204125d2190f0e7d08eb6f5ea609fc3fe2ba7.tar.bz2
edk2-2f3204125d2190f0e7d08eb6f5ea609fc3fe2ba7.zip
Add detailed comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6674 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/DeviceIo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DeviceIo.h b/MdePkg/Include/Protocol/DeviceIo.h
index cab447fc98..f95e93e0b5 100644
--- a/MdePkg/Include/Protocol/DeviceIo.h
+++ b/MdePkg/Include/Protocol/DeviceIo.h
@@ -40,6 +40,10 @@ typedef enum {
IO_UINT16 = 1,
IO_UINT32 = 2,
IO_UINT64 = 3,
+ //
+ // Below enumerations are added in "EFI 1.10 Specification update - 001", which
+ // is downloadable from http://download.intel.com/technology/efi/docs/EFI_1-10_Update.zip
+ //
MMIO_COPY_UINT8 = 4,
MMIO_COPY_UINT16 = 5,
MMIO_COPY_UINT32 = 6,