mirror of https://github.com/acidanthera/audk.git
Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because one PCD PcdComponentNameDisable has been introduced.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2416 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9ae2215905
commit
8ba8cb28e8
|
@ -13,19 +13,10 @@
|
|||
#ifndef _IDE_BUS_COMPONENT_NAME_H
|
||||
#define _IDE_BUS_COMPONENT_NAME_H
|
||||
|
||||
|
||||
#ifndef EFI_SIZE_REDUCTION_APPLIED
|
||||
|
||||
#define ADD_NAME(x) AddName ((x));
|
||||
|
||||
extern EFI_COMPONENT_NAME_PROTOCOL gIDEBusComponentName;
|
||||
|
||||
#else
|
||||
|
||||
#define ADD_NAME(x)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// EFI Component Name Functions
|
||||
|
|
|
@ -23,12 +23,8 @@ Revision History
|
|||
#ifndef _EFI_PCI_BUS_COMPONENT_NAME_H
|
||||
#define _EFI_PCI_BUS_COMPONENT_NAME_H
|
||||
|
||||
#ifndef EFI_SIZE_REDUCTION_APPLIED
|
||||
|
||||
extern EFI_COMPONENT_NAME_PROTOCOL gPciBusComponentName;
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// EFI Component Name Functions
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue