mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 22:10:17 +00:00
4 lines
118 B
Rust
4 lines
118 B
Rust
|
|
use uefi::{Guid, guid};
|
||
|
|
|
||
|
|
pub const LINUX_EFI_INITRD_MEDIA_GUID: Guid = guid!("5568e427-68fc-4f3d-ac74-ca555231cc68");
|