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