mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
boot_services: implement locateDevicePath
This commit is contained in:
parent
3bf72f2b3a
commit
5c28b8cd11
@ -78,7 +78,8 @@ pub const BootServices = extern struct {
|
||||
/// Returns an array of handles that support a specified protocol.
|
||||
locateHandle: fn (LocateSearchType, ?*align(8) const Guid, ?*const c_void, *usize, [*]Handle) callconv(.C) Status,
|
||||
|
||||
locateDevicePath: Status, // TODO
|
||||
/// Locates the handle to a device on the device path that supports the specified protocol
|
||||
locateDevicePath: fn (*align(8) const Guid, **const DevicePathProtocol, *?Handle) callconv(.C) Status,
|
||||
installConfigurationTable: Status, // TODO
|
||||
|
||||
/// Loads an EFI image into memory.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user