summaryrefslogtreecommitdiffstats
path: root/library/std/src/sys/uefi/env.rs
blob: c106d5fed3e1d1597fb5dc86fb03871e2a79ef65 (plain)
1
2
3
4
5
6
7
8
9
pub mod os {
    pub const FAMILY: &str = "";
    pub const OS: &str = "uefi";
    pub const DLL_PREFIX: &str = "";
    pub const DLL_SUFFIX: &str = "";
    pub const DLL_EXTENSION: &str = "";
    pub const EXE_SUFFIX: &str = ".efi";
    pub const EXE_EXTENSION: &str = "efi";
}