From 50877421ea6c042dc7d5ed377ae56a10f9f4b714 Mon Sep 17 00:00:00 2001 From: xli24 Date: Wed, 8 Jul 2009 02:39:04 +0000 Subject: Add comments to describe inconsistency between code and Framework spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8790 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Ppi/BlockIo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'IntelFrameworkPkg/Include') diff --git a/IntelFrameworkPkg/Include/Ppi/BlockIo.h b/IntelFrameworkPkg/Include/Ppi/BlockIo.h index 145139bf33..7b5d4dc183 100644 --- a/IntelFrameworkPkg/Include/Ppi/BlockIo.h +++ b/IntelFrameworkPkg/Include/Ppi/BlockIo.h @@ -50,6 +50,11 @@ typedef enum { MaxDeviceType } EFI_PEI_BLOCK_DEVICE_TYPE; +/// +/// Inconsistent with specification here: +/// PEI_BLOCK_IO_MEDIA has been changed to EFI_PEI_BLOCK_IO_MEDIA, because +/// "EFI_" prefix is missing in spec due to typo. +/// typedef struct { EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; BOOLEAN MediaPresent; -- cgit v1.2.3