summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/uefi/mod.rs
blob: 8ef05eee1f4e76c2c9451b93fd6d7eeec4f174c1 (plain)
1
2
3
4
5
6
7
8
//! Platform-specific extensions to `std` for UEFI.

#![unstable(feature = "uefi_std", issue = "100499")]
#![doc(cfg(target_os = "uefi"))]

pub mod env;
#[path = "../windows/ffi.rs"]
pub mod ffi;