summaryrefslogtreecommitdiffstats
path: root/api/Philips_TDA18271_C2.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Philips_TDA18271_C2.h')
-rw-r--r--api/Philips_TDA18271_C2.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/api/Philips_TDA18271_C2.h b/api/Philips_TDA18271_C2.h
new file mode 100644
index 0000000..051d641
--- /dev/null
+++ b/api/Philips_TDA18271_C2.h
@@ -0,0 +1,42 @@
+/**
+ * @(#)Philips_TDA18271_C2.h
+ *
+ * Copyright 2007 Afatech, Inc. All rights reserved.
+ */
+#ifndef __Philips_TDA18271_C2_H__
+#define __Philips_TDA18271_C2_H__
+
+#define TDA18271_C2_VER_MAJOR 1
+#define TDA18271_C2_VER_MINOR 0
+
+extern TunerDescription tuner_TDA18271_C2;
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TDA18271_C2_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file