1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
9 static MODULESETUPPROTO(vbeSetup
);
11 static XF86ModuleVersionInfo vbeVersRec
=
19 ABI_CLASS_VIDEODRV
, /* needs the video driver ABI */
25 _X_EXPORT XF86ModuleData vbeModuleData
= { &vbeVersRec
, vbeSetup
, NULL
};
28 vbeSetup(pointer module
, pointer opts
, int *errmaj
, int *errmin
)