f-stack/freebsd/arm/include/efi.h

13 lines
205 B
C
Raw Normal View History

/*-
* This file is in the public domain since it's just boilerplate.
*
* $FreeBSD$
*/
#ifndef __ARM_INCLUDE_EFI_H_
#define __ARM_INCLUDE_EFI_H_
#define EFIABI_ATTR
#endif /* __ARM_INCLUDE_EFI_H_ */