Newer
Older
include_bsd / machine / efi.h
/*-
 * This file is in the public domain since it's just boilerplate.
 *
 * $FreeBSD: releng/11.2/sys/i386/include/efi.h 318576 2017-05-20 16:12:44Z kib $
 */

#ifndef __I386_INCLUDE_EFI_H_
#define __I386_INCLUDE_EFI_H_

#define	EFIABI_ATTR /* __attribute__((ms_abi)) */ /* clang fails with this */

/* Note: we don't actually support this on i386 yet */

#endif /* __I386_INCLUDE_EFI_H_ */