aboutsummaryrefslogtreecommitdiffstats
path: root/core/bios.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/bios.c')
-rw-r--r--core/bios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bios.c b/core/bios.c
index aca764b1..3972e00c 100644
--- a/core/bios.c
+++ b/core/bios.c
@@ -12,7 +12,7 @@
#include <sys/vesa/debug.h>
#include <minmax.h>
-struct firmware *firmware = NULL;
+__export struct firmware *firmware = NULL;
extern struct ansi_ops bios_ansi_ops;