MCPcopy Create free account
hub / github.com/eholk/Boot2Rust / mod.rs

File mod.rs

src/uefi/mod.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use core::container::Container;
2
3pub type EFI_HANDLE = *();
4pub struct EFI_GUID(u32, u16, u16, [u8, ..8]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected