summaryrefslogtreecommitdiff
path: root/hw/xfree86/i2c/tda8425_module.c
diff options
context:
space:
mode:
authorroot <root@zombrain.(none)>2011-07-25 08:54:41 (GMT)
committerroot <root@zombrain.(none)>2011-07-25 08:54:41 (GMT)
commitab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch)
treec95c280caabc70e7aedbde723e38820047357be7 /hw/xfree86/i2c/tda8425_module.c
initial state (xorg-server 1.10.2)
Diffstat (limited to 'hw/xfree86/i2c/tda8425_module.c')
-rw-r--r--hw/xfree86/i2c/tda8425_module.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/tda8425_module.c b/hw/xfree86/i2c/tda8425_module.c
new file mode 100644
index 0000000..ef301b7
--- /dev/null
+++ b/hw/xfree86/i2c/tda8425_module.c
@@ -0,0 +1,25 @@
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
+
+#include "xf86Module.h"
+
+static XF86ModuleVersionInfo tda8425VersRec =
+{
+ "tda8425",
+ MODULEVENDORSTRING,
+ MODINFOSTRING1,
+ MODINFOSTRING2,
+ XORG_VERSION_CURRENT,
+ 1, 0, 0,
+ ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */
+ ABI_VIDEODRV_VERSION,
+ MOD_CLASS_NONE,
+ {0,0,0,0}
+};
+
+_X_EXPORT XF86ModuleData tda8425ModuleData = {
+ &tda8425VersRec,
+ NULL,
+ NULL
+};
contact: Jan Huwald // Impressum