summaryrefslogtreecommitdiffstats
path: root/api/Philips_TDA18271_C2_Askey.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-06-28 13:40:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-06-28 13:40:27 (GMT)
commitfecdd9457cd3912c2b89aff1f99db0ba669af93b (patch)
tree34bbc7387ded825e303c3117b6c6da2cbe1fd771 /api/Philips_TDA18271_C2_Askey.h
downloadAF903x_SRC-fecdd9457cd3912c2b89aff1f99db0ba669af93b.zip
AF903x_SRC-fecdd9457cd3912c2b89aff1f99db0ba669af93b.tar.gz
AF903x_SRC-fecdd9457cd3912c2b89aff1f99db0ba669af93b.tar.bz2
Initial checkin' of sourceball extracted from installer.
DRIVER_RELEASE_VERSION : v9.08.14.1 FW_RELEASE_VERSION : v8_8_63_0 API_RELEASE_VERSION : 200.20090402.0 Not sure what those version numbers relate to. Might be Driver, the actual driver (src) FW, the little bin file that is only a keymapping for the remote API, all the tuners or so from /api? No support for Asus U3100 mini (yet).
Diffstat (limited to 'api/Philips_TDA18271_C2_Askey.h')
-rw-r--r--api/Philips_TDA18271_C2_Askey.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/api/Philips_TDA18271_C2_Askey.h b/api/Philips_TDA18271_C2_Askey.h
new file mode 100644
index 0000000..63e745a
--- /dev/null
+++ b/api/Philips_TDA18271_C2_Askey.h
@@ -0,0 +1,42 @@
+/**
+ * @(#)Philips_TDA18271_C2_Askey.h
+ *
+ * Copyright 2007 Afatech, Inc. All rights reserved.
+ */
+#ifndef __Philips_TDA18271_C2_Askey_H__
+#define __Philips_TDA18271_C2_Askey_H__
+
+#define TDA18271_C2_Askey_VER_MAJOR 2
+#define TDA18271_C2_Askey_VER_MINOR 0
+
+extern TunerDescription tuner_TDA18271_C2_Askey;
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_Askey_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_Askey_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_Askey_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file