1*4882a593Smuzhiyun 2*4882a593Smuzhiyun #ifdef HAVE_XORG_CONFIG_H 3*4882a593Smuzhiyun #include <xorg-config.h> 4*4882a593Smuzhiyun #endif 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun #include "xf86RamDac.h" 7*4882a593Smuzhiyun #include "xf86cmap.h" 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun void RamDacGetRecPrivate(void); 10*4882a593Smuzhiyun Bool RamDacGetRec(ScrnInfoPtr pScrn); 11*4882a593Smuzhiyun int RamDacGetScreenIndex(void); 12*4882a593Smuzhiyun void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, 13*4882a593Smuzhiyun LOCO * colors, VisualPtr pVisual); 14