Add detailed comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6674 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-11-21 15:50:41 +00:00
parent 35d59af39e
commit 2f3204125d
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ typedef enum {
IO_UINT16 = 1, IO_UINT16 = 1,
IO_UINT32 = 2, IO_UINT32 = 2,
IO_UINT64 = 3, 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_UINT8 = 4,
MMIO_COPY_UINT16 = 5, MMIO_COPY_UINT16 = 5,
MMIO_COPY_UINT32 = 6, MMIO_COPY_UINT32 = 6,