Added EfiToStr()
This commit is contained in:
parent
25966996e3
commit
87104a93b6
4 changed files with 139 additions and 18 deletions
10
efilib.h
Normal file
10
efilib.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#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