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