Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / i2c / bt829_module.c
CommitLineData
a09e091a
JB
1#ifdef HAVE_XORG_CONFIG_H
2#include <xorg-config.h>
3#endif
4
5#include "xf86Module.h"
6
7static XF86ModuleVersionInfo bt829VersRec = {
8 "bt829",
9 MODULEVENDORSTRING,
10 MODINFOSTRING1,
11 MODINFOSTRING2,
12 XORG_VERSION_CURRENT,
13 1, 0, 0,
14 ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */
15 ABI_VIDEODRV_VERSION,
16 MOD_CLASS_NONE,
17 {0, 0, 0, 0}
18};
19
20_X_EXPORT XF86ModuleData bt829ModuleData = { &bt829VersRec, NULL, NULL };