]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/Library/BdsLib.h
ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTION
[mirror_edk2.git] / ArmPkg / Include / Library / BdsLib.h
index eb7f8f293fb1ffb4edc2aad57a409d4457bf789f..c6416db8ae79aabb0d46edb1ad86a44348064ce6 100644 (file)
 #ifndef __BDS_ENTRY_H__\r
 #define __BDS_ENTRY_H__\r
 \r
-typedef UINT8* EFI_LOAD_OPTION;\r
-\r
 /**\r
   This is defined by the UEFI specs, don't change it\r
 **/\r
 typedef struct {\r
   UINT16                      LoadOptionIndex;\r
-  EFI_LOAD_OPTION             LoadOption;\r
+  EFI_LOAD_OPTION             *LoadOption;\r
   UINTN                       LoadOptionSize;\r
 \r
   UINT32                      Attributes;\r