[BOOT] More header stuff

This commit is contained in:
2024-08-26 19:54:21 -04:00
parent b63d80d5c9
commit 72f7e5057c
4 changed files with 64 additions and 3 deletions

View File

@@ -30,4 +30,9 @@ EfiGetEfiStatusCode (
IN NTSTATUS Status
);
NTSTATUS
EfiGetNtStatusCode (
IN EFI_STATUS Status
);
#endif