diff options
Diffstat (limited to 'hw/xfree86/os-support/lynxos/lynx_mmap.c')
-rw-r--r-- | hw/xfree86/os-support/lynxos/lynx_mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/lynxos/lynx_mmap.c b/hw/xfree86/os-support/lynxos/lynx_mmap.c index c00b6700f..75ed0731b 100644 --- a/hw/xfree86/os-support/lynxos/lynx_mmap.c +++ b/hw/xfree86/os-support/lynxos/lynx_mmap.c @@ -37,7 +37,7 @@ * Read BIOS using smem_create facility */ -int +_X_EXPORT int xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf, int Len) { |