Implement XTLDR modules support
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-10-11 23:03:29 +02:00
parent 649974b733
commit 9e7c041f41
3 changed files with 299 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ BlEfiPrint(IN PUINT16 Format,
EFI_STATUS
BlEnumerateEfiBlockDevices();
EFI_STATUS
BlFindVolumeDevicePath(IN PEFI_DEVICE_PATH_PROTOCOL FsHandle,
IN CONST PWCHAR FileSystemPath,
OUT PEFI_DEVICE_PATH_PROTOCOL* DevicePath);
EFI_STATUS
BlGetVolumeDevicePath(IN PUCHAR SystemPath,
OUT PEFI_DEVICE_PATH_PROTOCOL *DevicePath,