zig/std/os/uefi.zig
2019-05-29 22:38:14 +02:00

7 lines
184 B
Zig

// TODO this is where the extern declarations go. For example, see
// inc/efilib.h in gnu-efi-code
const builtin = @import("builtin");
pub const is_the_target = builtin.os == .uefi;