]> code.delx.au - refind/blobdiff - EfiLib/legacy.h
BIOS-mode boot support now works when compiled with GNU-EFI
[refind] / EfiLib / legacy.h
index 0c6ca06d8ba5e1c00bdea98f12c390da41c3c53d..3384f48832171bec5b54fcd0c0b6f513c6f9dca5 100644 (file)
@@ -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
   );