From f954c5056d909af5d65546fe9bce8951fdae0b70 Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 20 May 2017 16:12:44 +0000 Subject: MFC efivar(8) (by imp): List of revisions merged: r307070 r307071 r307072 r307074 r307189 r307224 r307339 r307390 r307391 r309776 r314231 r314232 r314615 r314616 r314617 r314618 r314619 r314620 r314621 r314623 r314890 r314925 r314926 r314927 r314928 r315770 r315771 Discussed with: gjb (re), imp Sponsored by: The FreeBSD Foundation --- sys/i386/include/efi.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/i386/include/efi.h (limited to 'sys/i386') diff --git a/sys/i386/include/efi.h b/sys/i386/include/efi.h new file mode 100644 index 0000000..02508f4 --- /dev/null +++ b/sys/i386/include/efi.h @@ -0,0 +1,14 @@ +/*- + * This file is in the public domain since it's just boilerplate. + * + * $FreeBSD$ + */ + +#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_ */ -- cgit v1.1