X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FIdeBus%2FDxe%2FComponentName.h;h=e6bf11f209be9e87a11a08bbda3288c28b33afaa;hp=4466f6a3a03fbae1a581f9edb9c9a86219c62e74;hb=8ba8cb28e8b79708708e0f95f164c0afded46e46;hpb=9ae2215905fc25936b9dd1580d25633eb11ce2af diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h index 4466f6a3a0..e6bf11f209 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h @@ -1,31 +1,22 @@ /** @file - Copyright (c) 2006, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php + Copyright (c) 2006, Intel Corporation + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #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