]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments to describe inconsistency between code and Framework spec.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 02:39:04 +0000 (02:39 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 02:39:04 +0000 (02:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8790 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Ppi/BlockIo.h

index 145139bf3383d18f9b17a137ecab8fc453ce04de..7b5d4dc183f74f7136a71841e6b2e5c45677c397 100644 (file)
@@ -50,6 +50,11 @@ typedef enum {
   MaxDeviceType\r
 } EFI_PEI_BLOCK_DEVICE_TYPE;\r
 \r
+///\r
+/// Inconsistent with specification here: \r
+/// PEI_BLOCK_IO_MEDIA has been changed to EFI_PEI_BLOCK_IO_MEDIA, because\r
+/// "EFI_" prefix is missing in spec due to typo.\r
+///\r
 typedef struct {\r
   EFI_PEI_BLOCK_DEVICE_TYPE  DeviceType;\r
   BOOLEAN                    MediaPresent;\r