mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 07:30:04 +01:00
14 lines
196 B
C
14 lines
196 B
C
|
|
#ifdef HAVE_XORG_CONFIG_H
|
||
|
|
#include <xorg-config.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "xf86_OSlib.h"
|
||
|
|
#include "xf86OSpriv.h"
|
||
|
|
|
||
|
|
void
|
||
|
|
xf86OSInitVidMem(VidMemInfoPtr pVidMem)
|
||
|
|
{
|
||
|
|
pVidMem->initialised = TRUE;
|
||
|
|
return;
|
||
|
|
}
|