xserver/hw/xfree86/vbe/vbe_module.c

23 lines
476 B
C
Raw Permalink Normal View History

#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
2003-11-14 16:48:57 +00:00
#include "xf86.h"
#include "xf86str.h"
#include "vbe.h"
static XF86ModuleVersionInfo vbeVersRec = {
2003-11-14 16:48:57 +00:00
"vbe",
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
2004-04-23 19:54:30 +00:00
XORG_VERSION_CURRENT,
2003-11-14 16:48:57 +00:00
1, 1, 0,
ABI_CLASS_VIDEODRV, /* needs the video driver ABI */
2003-11-14 16:48:57 +00:00
ABI_VIDEODRV_VERSION,
MOD_CLASS_NONE,
{0, 0, 0, 0}
2003-11-14 16:48:57 +00:00
};
_X_EXPORT XF86ModuleData vbeModuleData = { &vbeVersRec, NULL, NULL };