summaryrefslogtreecommitdiffstats
path: root/grub-core/loader/i386/bsd64.c
diff options
context:
space:
mode:
Diffstat (limited to 'grub-core/loader/i386/bsd64.c')
-rw-r--r--grub-core/loader/i386/bsd64.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/grub-core/loader/i386/bsd64.c b/grub-core/loader/i386/bsd64.c
new file mode 100644
index 0000000..f8aad1c
--- /dev/null
+++ b/grub-core/loader/i386/bsd64.c
@@ -0,0 +1,6 @@
+#define SUFFIX(x) x ## 64
+#define GRUB_TARGET_WORDSIZE 64
+#define OBJSYM 1
+#include <grub/types.h>
+typedef grub_uint64_t grub_freebsd_addr_t;
+#include "bsdXX.c"