mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
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 <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
62bad17dca
commit
32976569af
@ -2,7 +2,7 @@
|
|||||||
This protocol provides services to display a popup window.
|
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.
|
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.<BR>
|
Copyright (c) 2017-2021, Intel Corporation. All rights reserved.<BR>
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
@ -67,10 +67,10 @@ EFI_STATUS
|
|||||||
OUT EFI_HII_POPUP_SELECTION *UserSelection OPTIONAL
|
OUT EFI_HII_POPUP_SELECTION *UserSelection OPTIONAL
|
||||||
);
|
);
|
||||||
|
|
||||||
typedef struct _EFI_HII_POPUP_PROTOCOL {
|
struct _EFI_HII_POPUP_PROTOCOL {
|
||||||
UINT64 Revision;
|
UINT64 Revision;
|
||||||
EFI_HII_CREATE_POPUP CreatePopup;
|
EFI_HII_CREATE_POPUP CreatePopup;
|
||||||
} EFI_HII_POPUP_PROTOCOL;
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiHiiPopupProtocolGuid;
|
extern EFI_GUID gEfiHiiPopupProtocolGuid;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user