summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/efi.h14
1 files changed, 14 insertions, 0 deletions
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_ */
OpenPOWER on IntegriCloud