X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ca99e6e1263bbca0321ae4ea080c1db12aa3ed7b..11fa7da805c3e263f8b05339f1900baa73a2ffd4:/EfiLib/legacy.h diff --git a/EfiLib/legacy.h b/EfiLib/legacy.h index 0c6ca06..3384f48 100644 --- a/EfiLib/legacy.h +++ b/EfiLib/legacy.h @@ -15,6 +15,8 @@ * */ +#include "LegacyBios.h" + #ifndef __LEGACY_H_ #define __LEGACY_H_ @@ -49,7 +51,6 @@ typedef struct { #pragma pack() EFI_STATUS -EFIAPI BdsAddNonExistingLegacyBootOptions ( VOID ); @@ -62,7 +63,6 @@ BdsAddNonExistingLegacyBootOptions ( @retval EFI_NOT_FOUND Fail to retrive variable of boot order. **/ EFI_STATUS -EFIAPI BdsDeleteAllInvalidLegacyBootOptions ( VOID );