mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
16 lines
207 B
C
16 lines
207 B
C
/* $XFree86$ */
|
|
|
|
#include "X.h"
|
|
#include "os.h"
|
|
#include "xf86.h"
|
|
#include "xf86Priv.h"
|
|
|
|
/*
|
|
* Utility functions required by libxf86_os.
|
|
*/
|
|
|
|
memType
|
|
getValidBIOSBase(PCITAG tag, int num)
|
|
{
|
|
return 0;
|
|
}
|