generify the linux media initrd mechanism to allow reuse for other things

This commit is contained in:
2025-10-14 18:11:41 -07:00
parent ab4745058e
commit 0b74f6dea3
5 changed files with 186 additions and 186 deletions

View File

@@ -7,7 +7,7 @@ use uefi::proto::media::fs::SimpleFileSystem;
use uefi::{CString16, Handle};
pub mod framebuffer;
pub mod linux_media_initrd;
pub mod media_loader;
/// Parses the input [path] as a [DevicePath].
/// Uses the [DevicePathFromText] protocol exclusively, and will fail if it cannot acquire the protocol.