| ... | ... | @@ -78,7 +78,8 @@ pub const BootServices = extern struct { |
| 78 | 78 | /// Returns an array of handles that support a specified protocol. |
| 79 | 79 | locateHandle: fn (LocateSearchType, ?*align(8) const Guid, ?*const c_void, *usize, [*]Handle) callconv(.C) Status, |
| 80 | 80 | |
| 81 | | locateDevicePath: Status, // TODO |
| 81 | /// Locates the handle to a device on the device path that supports the specified protocol |
| 82 | locateDevicePath: fn (*align(8) const Guid, **const DevicePathProtocol, *?Handle) callconv(.C) Status, |
| 82 | 83 | installConfigurationTable: Status, // TODO |
| 83 | 84 | |
| 84 | 85 | /// Loads an EFI image into memory. |