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