From 32976569af6bbf2b33ce4a7e02072e9b34e9954e Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 2 Feb 2021 15:23:27 -0800 Subject: MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3285 Remove duplicate declaration of structure type EFI_HII_POPUP_PROTOCOL from HiiPopup.h. The forward declaration of the top of this file already declared this type. Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao --- MdePkg/Include/Protocol/HiiPopup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/HiiPopup.h b/MdePkg/Include/Protocol/HiiPopup.h index e8161c3701..8e217071d7 100644 --- a/MdePkg/Include/Protocol/HiiPopup.h +++ b/MdePkg/Include/Protocol/HiiPopup.h @@ -2,7 +2,7 @@ This protocol provides services to display a popup window. The protocol is typically produced by the forms browser and consumed by a driver callback handler. - Copyright (c) 2017-2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2017-2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: @@ -67,10 +67,10 @@ EFI_STATUS OUT EFI_HII_POPUP_SELECTION *UserSelection OPTIONAL ); -typedef struct _EFI_HII_POPUP_PROTOCOL { +struct _EFI_HII_POPUP_PROTOCOL { UINT64 Revision; EFI_HII_CREATE_POPUP CreatePopup; -} EFI_HII_POPUP_PROTOCOL; +}; extern EFI_GUID gEfiHiiPopupProtocolGuid; -- cgit v1.2.3