[BOOT] Add boot manager headers

This commit is contained in:
2024-05-28 08:30:34 -04:00
parent 1f041b4444
commit d2c2ba65ea
6 changed files with 131 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ Abstract:
--*/
#include "bootmgr.h"
#include "efilib.h"
EFI_STATUS
EFIAPI

View File

@@ -38,7 +38,9 @@ Return Value:
--*/
{
/* TODO: Implement BmMain() */
(VOID)Parameters;
/* Not implemented */
return STATUS_SUCCESS;
}