Rewrite and reorganize the entire codebase
This commit is contained in:
parent
01c1e3aa2e
commit
937e50d0ee
19 changed files with 1422 additions and 1339 deletions
10
efilib.h
10
efilib.h
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue