xserver-multidpi/hw/xfree86/os-support/stub/stub_bios.c

13 lines
204 B
C
Raw Normal View History

#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86_OSlib.h"
int
xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
int Len)
{
return -1;
}