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