diff options
Diffstat (limited to 'core/bios.c')
-rw-r--r-- | core/bios.c | 2 |
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; |