mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 11:00:05 +01:00
13 lines
190 B
C
13 lines
190 B
C
|
|
#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;
|
||
|
|
}
|