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