From dcab253b057f81236757d34a7222ad58fa478f5d Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 18 Jul 2007 17:30:13 +0000 Subject: =?UTF-8?q?1)=20Add=20=5FMSC=5FVER=20judgment=20for=20usage=20of?= =?UTF-8?q?=20#pragma=20intrinsic=202)=20Change=20EFI=5FFVB=5FATTRIBUTE=20?= =?UTF-8?q?to=20EFI=5FFVB2=5FATTRIBUTE,=20As=20Zimmer,=20Vincent=E2=80=99s?= =?UTF-8?q?=20PI1.0=20errata=20document=20said,=20in=20PI=20we=20need=20us?= =?UTF-8?q?e=20EFI=5FFVB2=5FATTRIBUTE=20to=20differ=20the=20specification?= =?UTF-8?q?=20change.=203)=20Remove=20duplicate=20definition=20of=20SERIAL?= =?UTF-8?q?=5FMODE,=20PARALLEL=5FMODE=20in=20Include\Framework\Legacy16.h?= =?UTF-8?q?=204)=20Remove=20EFI=5FFV=5FFILE=5FATTRIB=5FFIXED=20and=20EFI?= =?UTF-8?q?=5FFV=5FFILE=5FATTRIB=5FALIGNMENT=20from=20IntelFrameworkPkg\In?= =?UTF-8?q?clude\Protocol\FirmwareVolume.h,=20because=20they=20defined=20i?= =?UTF-8?q?n=20PI=20specification.=205)=20Remove=20EFI=5FFORM=5FLABEL=20fr?= =?UTF-8?q?om=20IntelFrameworkPkg\Include\Protocol\HiiFramework.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3333 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h | 4 ---- IntelFrameworkPkg/Include/Protocol/HiiFramework.h | 1 - 2 files changed, 5 deletions(-) (limited to 'IntelFrameworkPkg/Include/Protocol') diff --git a/IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h b/IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h index d8fa30bd42..5f789e1099 100644 --- a/IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h +++ b/IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h @@ -115,10 +115,6 @@ EFI_STATUS IN OUT EFI_FV_ATTRIBUTES *Attributes ); -typedef UINT32 EFI_FV_FILE_ATTRIBUTES; - -#define EFI_FV_FILE_ATTRIB_ALIGNMENT 0x0000001F - /** Read the requested file (NameGuid) and returns data in Buffer. diff --git a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h b/IntelFrameworkPkg/Include/Protocol/HiiFramework.h index 4a2237852f..56f701ec8d 100644 --- a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h +++ b/IntelFrameworkPkg/Include/Protocol/HiiFramework.h @@ -77,7 +77,6 @@ typedef struct _EFI_HII_PROTOCOL EFI_HII_PROTOCOL; // // The following types are currently defined: // -typedef UINT16 EFI_FORM_ID; typedef UINT16 EFI_FORM_LABEL; #pragma pack(1) -- cgit v1.2.3