Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / os-support / stub / stub_bios.c
CommitLineData
a09e091a
JB
1#ifdef HAVE_XORG_CONFIG_H
2#include <xorg-config.h>
3#endif
4
5#include "xf86_OSlib.h"
6
7int
8xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
9 int Len)
10{
11 return -1;
12}