1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif #ifndef _FB_XX_H_ # define _FB_XX_H_ typedef void (*xxSyncFunc)(ScreenPtr); extern Bool xxSetup(ScreenPtr pScreen, int myDepth, int baseDepth, char *addr, xxSyncFunc sync); extern void xxPrintVisuals(void); #endif /* _FB_XX_H_ */