xref: /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/xf86RamDacPriv.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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);
14