std.os.uefi: Fix typo that causes compile time error #22809"

This commit is contained in:
Lwazi Dube 2025-08-20 14:23:04 -04:00 committed by Alex Rønne Petersen
parent e24d13cae7
commit 913db1b1ca
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
const std = @import("std");
const uefi = std.uefi;
const uefi = std.os.uefi;
const Guid = uefi.Guid;
const Handle = uefi.Handle;
const Status = uefi.Status;