1 /*- 2 * This file is in the public domain since it's just boilerplate. 3 * 4 * $FreeBSD: stable/12/sys/i386/include/efi.h 307189 2016-10-13 06:56:23Z imp $ 5 */ 6 7 #ifndef __I386_INCLUDE_EFI_H_ 8 #define __I386_INCLUDE_EFI_H_ 9 10 #define EFIABI_ATTR /* __attribute__((ms_abi)) */ /* clang fails with this */ 11 12 /* Note: we don't actually support this on i386 yet */ 13 14 #endif /* __I386_INCLUDE_EFI_H_ */ 15