xref: /freebsd/sys/i386/include/efi.h (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1f79d484dSWarner Losh /*-
2*b2a7ac48SWarner Losh  * This file is in the public domain since it's just boilerplate.
3f79d484dSWarner Losh  */
4f79d484dSWarner Losh 
5f79d484dSWarner Losh #ifndef __I386_INCLUDE_EFI_H_
6f79d484dSWarner Losh #define __I386_INCLUDE_EFI_H_
7f79d484dSWarner Losh 
8f79d484dSWarner Losh #define	EFIABI_ATTR /* __attribute__((ms_abi)) */ /* clang fails with this */
9f79d484dSWarner Losh 
10f79d484dSWarner Losh /* Note: we don't actually support this on i386 yet */
11f79d484dSWarner Losh 
12f79d484dSWarner Losh #endif /* __I386_INCLUDE_EFI_H_ */
13