Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / vbe / vbe_module.c
1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
3 #endif
4
5 #include "xf86.h"
6 #include "xf86str.h"
7 #include "vbe.h"
8
9 static XF86ModuleVersionInfo vbeVersRec = {
10 "vbe",
11 MODULEVENDORSTRING,
12 MODINFOSTRING1,
13 MODINFOSTRING2,
14 XORG_VERSION_CURRENT,
15 1, 1, 0,
16 ABI_CLASS_VIDEODRV, /* needs the video driver ABI */
17 ABI_VIDEODRV_VERSION,
18 MOD_CLASS_NONE,
19 {0, 0, 0, 0}
20 };
21
22 _X_EXPORT XF86ModuleData vbeModuleData = { &vbeVersRec, NULL, NULL };