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