X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b8b1a02cc8cd3519503b2731af83231bdeed689c..278bed1cfa0a2bc31db18617cad24170014c05b3:/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 );