Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / ramdac / xf86RamDacPriv.h
CommitLineData
a09e091a
JB
1
2#ifdef HAVE_XORG_CONFIG_H
3#include <xorg-config.h>
4#endif
5
6#include "xf86RamDac.h"
7#include "xf86cmap.h"
8
9void RamDacGetRecPrivate(void);
10Bool RamDacGetRec(ScrnInfoPtr pScrn);
11int RamDacGetScreenIndex(void);
12void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
13 LOCO * colors, VisualPtr pVisual);