Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
r48674 r58459 4 4 internal application and drivers as well as all add-in card option-ROM drivers 5 5 6 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>6 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 7 7 This program and the accompanying materials are licensed and made available under 8 8 the terms and conditions of the BSD License that accompanies this distribution. … … 676 676 EFI_STRING_ID string; ///< EFI_IFR_TYPE_STRING, EFI_IFR_TYPE_ACTION 677 677 EFI_HII_REF ref; ///< EFI_IFR_TYPE_REF 678 // UINT8 buffer[]; ///< EFI_IFR_TYPE_ ORDERED_LIST678 // UINT8 buffer[]; ///< EFI_IFR_TYPE_BUFFER 679 679 } EFI_IFR_TYPE_VALUE; 680 680 … … 701 701 #define EFI_IFR_EQ_ID_VAL_OP 0x12 702 702 #define EFI_IFR_EQ_ID_ID_OP 0x13 703 #define EFI_IFR_EQ_ID_ LIST_OP0x14703 #define EFI_IFR_EQ_ID_VAL_LIST_OP 0x14 704 704 #define EFI_IFR_AND_OP 0x15 705 705 #define EFI_IFR_OR_OP 0x16 … … 780 780 #define EFI_IFR_MODAL_TAG_OP 0x61 781 781 #define EFI_IFR_REFRESH_ID_OP 0x62 782 #define EFI_IFR_WARNING_IF_OP 0x63 782 783 783 784 // … … 886 887 } EFI_IFR_IMAGE; 887 888 888 typedef struct _EFI_IFR_MODAL {889 EFI_IFR_OP_HEADER Header; 890 } EFI_IFR_MODAL ;889 typedef struct _EFI_IFR_MODAL_TAG { 890 EFI_IFR_OP_HEADER Header; 891 } EFI_IFR_MODAL_TAG; 891 892 892 893 typedef struct _EFI_IFR_LOCKED { … … 905 906 EFI_IFR_TYPE_VALUE Value; 906 907 } EFI_IFR_DEFAULT; 908 909 typedef struct _EFI_IFR_DEFAULT_2 { 910 EFI_IFR_OP_HEADER Header; 911 UINT16 DefaultId; 912 UINT8 Type; 913 } EFI_IFR_DEFAULT_2; 907 914 908 915 typedef struct _EFI_IFR_VALUE { … … 1120 1127 EFI_STRING_ID Error; 1121 1128 } EFI_IFR_NO_SUBMIT_IF; 1129 1130 typedef struct _EFI_IFR_WARNING_IF { 1131 EFI_IFR_OP_HEADER Header; 1132 EFI_STRING_ID Warning; 1133 UINT8 TimeOut; 1134 } EFI_IFR_WARNING_IF; 1122 1135 1123 1136 typedef struct _EFI_IFR_REFRESH {
Note:
See TracChangeset
for help on using the changeset viewer.