xref: /freebsd/sys/arm/include/efi.h (revision e1c4c8dd8d2d10b6104f06856a77bd5b4813a801)
1 /*-
2  * This file is in the public domain since it's just boilerplate.
3  */
4 
5 #ifndef __ARM_INCLUDE_EFI_H_
6 #define __ARM_INCLUDE_EFI_H_
7 
8 #define	EFIABI_ATTR
9 
10 #endif /* __ARM_INCLUDE_EFI_H_ */
11