We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uefi_services
uefi::helpers
1 parent ced31d7 commit fc01d48Copy full SHA for fc01d48
uefi-test-runner/examples/timestamp.rs
@@ -19,7 +19,7 @@ use uefi::proto::misc::Timestamp;
19
fn main(image_handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
20
// ANCHOR_END: entry
21
// ANCHOR: services
22
- uefi_services::init(&mut system_table).unwrap();
+ uefi::helpers::init(&mut system_table).unwrap();
23
let boot_services = system_table.boot_services();
24
// ANCHOR_END: services
25
0 commit comments