const HW: type = switch (builtin.os.tag) {
    .openbsd => system.HW,
    else => .{},
};