1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
5 #include "xf86Module.h"
7 static MODULESETUPPROTO(xf8_32bppSetup
);
9 static XF86ModuleVersionInfo VersRec
=
17 ABI_CLASS_ANSIC
, /* Only need the ansic layer */
20 {0,0,0,0} /* signature, to be patched into the file by a tool */
23 _X_EXPORT XF86ModuleData xf8_32bppModuleData
= {
30 xf8_32bppSetup(pointer module
, pointer opts
, int *errmaj
, int *errmin
)
32 if (!LoadSubModule(module
, "cfb", NULL
, NULL
, NULL
, NULL
,
35 if (!LoadSubModule(module
, "cfb32", NULL
, NULL
, NULL
, NULL
,
38 return (pointer
)1; /* non-NULL required to indicate success */