9 lines
138 B
C
9 lines
138 B
C
#ifndef EFI_EFILIB_H
|
|
#define EFI_EFILIB_H
|
|
|
|
#include "efi.h"
|
|
|
|
#define EFI_ERROR(status) (((INTN)(status)) < 0)
|
|
|
|
#endif /* EFI_EFILIB_H */
|
|
|