zig/std/os/uefi.zig

7 lines
184 B
Zig
Raw Normal View History

2018-12-27 04:25:54 +08:00
// TODO this is where the extern declarations go. For example, see
// inc/efilib.h in gnu-efi-code
2019-05-29 15:43:39 +08:00
const builtin = @import("builtin");
pub const is_the_target = builtin.os == .uefi;