[BOOT:BOOTMGR] Begin work on BCD support

Added stub for BmOpenDataStore()
This commit is contained in:
2024-08-25 10:43:48 -04:00
parent b8afb1aad4
commit e61d0f5155
3 changed files with 67 additions and 0 deletions

View File

@@ -244,6 +244,11 @@ typedef struct {
BOOT_DEVICE Device;
} BCDE_DEVICE, *PBCDE_DEVICE;
NTSTATUS
BmOpenDataStore (
IN OUT PHANDLE DataStore
);
NTSTATUS
BmMain (
IN PBOOT_INPUT_PARAMETERS InputParameters