Rewrite and reorganize the entire codebase

This commit is contained in:
Jozef Nagy 2024-03-29 22:39:42 +01:00
parent 01c1e3aa2e
commit 937e50d0ee
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
19 changed files with 1422 additions and 1339 deletions

View file

@ -1,10 +0,0 @@
#ifndef EFILIB_H
#define EFILIB_H
#include "efi.h"
#define EFI_ERROR(Status) (((INTN)(EFI_STATUS)(Status)) < 0)
const CHAR16 *EfiErrToStr(EFI_STATUS Status);
#endif /* EFILIB_H */