aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/os-support/stub/stub_bios.c
blob: dbc92fcdb0070f6abf9d51ef744dca1896d555ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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;
}