diff options
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h index fd9b5a1f34..8c734afb6d 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h +++ b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h @@ -33,7 +33,7 @@ EFIAPI BootManagerCallbackRoutine (
IN EFI_FORM_CALLBACK_PROTOCOL *This,
IN UINT16 KeyValue,
- IN EFI_IFR_DATA_ARRAY *DataArray,
+ IN FRAMEWORK_EFI_IFR_DATA_ARRAY *DataArray,
OUT EFI_HII_CALLBACK_PACKET **Packet
);
|