xref: /freebsd-src/sys/powerpc/include/efi.h (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1 /*-
2  * This file is in the public domain since it's just boilerplate.
3  *
4  * $FreeBSD$
5  */
6 
7 #ifndef __POWERPC_INCLUDE_EFI_H_
8 #define __POWERPC_INCLUDE_EFI_H_
9 
10 #define	EFIABI_ATTR
11 
12 /* Note: we don't actually support this on powerpc */
13 
14 #endif /* __POWERPC_INCLUDE_EFI_H_ */
15