summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/HiiPopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/HiiPopup.h')
-rw-r--r--MdePkg/Include/Protocol/HiiPopup.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/HiiPopup.h b/MdePkg/Include/Protocol/HiiPopup.h
index 8e217071d7..c3d47b00b2 100644
--- a/MdePkg/Include/Protocol/HiiPopup.h
+++ b/MdePkg/Include/Protocol/HiiPopup.h
@@ -16,7 +16,7 @@
#define EFI_HII_POPUP_PROTOCOL_GUID \
{0x4311edc0, 0x6054, 0x46d4, {0x9e, 0x40, 0x89, 0x3e, 0xa9, 0x52, 0xfc, 0xcc}}
-#define EFI_HII_POPUP_PROTOCOL_REVISION 1
+#define EFI_HII_POPUP_PROTOCOL_REVISION 1
typedef struct _EFI_HII_POPUP_PROTOCOL EFI_HII_POPUP_PROTOCOL;
@@ -58,21 +58,20 @@ typedef enum {
**/
typedef
EFI_STATUS
-(EFIAPI * EFI_HII_CREATE_POPUP) (
+(EFIAPI *EFI_HII_CREATE_POPUP)(
IN EFI_HII_POPUP_PROTOCOL *This,
IN EFI_HII_POPUP_STYLE PopupStyle,
IN EFI_HII_POPUP_TYPE PopupType,
IN EFI_HII_HANDLE HiiHandle,
IN EFI_STRING_ID Message,
OUT EFI_HII_POPUP_SELECTION *UserSelection OPTIONAL
-);
+ );
struct _EFI_HII_POPUP_PROTOCOL {
- UINT64 Revision;
- EFI_HII_CREATE_POPUP CreatePopup;
+ UINT64 Revision;
+ EFI_HII_CREATE_POPUP CreatePopup;
};
-extern EFI_GUID gEfiHiiPopupProtocolGuid;
+extern EFI_GUID gEfiHiiPopupProtocolGuid;
#endif
-