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