pie_boot_loader_aarch64/
lib.rs

1#![no_std]
2#![cfg(target_arch = "aarch64")]
3
4pub use pie_boot_if::BootInfo;