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