]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/xserver.git/blob - hw/xfree86/vbe/vbe_module.c
Imported Upstream version 1.11.4
[glsdk/xserver.git] / hw / xfree86 / vbe / vbe_module.c
1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
3 #endif
5 #include "xf86.h"
6 #include "xf86str.h"
7 #include "vbe.h"
9 static XF86ModuleVersionInfo vbeVersRec =
10 {
11     "vbe",
12     MODULEVENDORSTRING,
13     MODINFOSTRING1,
14     MODINFOSTRING2,
15     XORG_VERSION_CURRENT,
16     1, 1, 0,
17     ABI_CLASS_VIDEODRV,         /* needs the video driver ABI */
18     ABI_VIDEODRV_VERSION,
19     MOD_CLASS_NONE,
20     {0,0,0,0}
21 };
23 _X_EXPORT XF86ModuleData vbeModuleData = { &vbeVersRec, NULL, NULL };