10 lines
162 B
C
10 lines
162 B
C
#ifndef EFI_EFILIB_H
|
|
#define EFI_EFILIB_H
|
|
|
|
#include "efi.h"
|
|
#include "efi_st.h"
|
|
|
|
#define EFI_ERROR(status) (((EFI_INTN)(status)) < 0)
|
|
|
|
#endif /* EFI_EFILIB_H */
|
|
|