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