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