summaryrefslogtreecommitdiffstats
path: root/api/Microtune_MT2260B0.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Microtune_MT2260B0.h')
-rw-r--r--api/Microtune_MT2260B0.h66
1 files changed, 66 insertions, 0 deletions
diff --git a/api/Microtune_MT2260B0.h b/api/Microtune_MT2260B0.h
new file mode 100644
index 0000000..c2a8798
--- /dev/null
+++ b/api/Microtune_MT2260B0.h
@@ -0,0 +1,66 @@
+/**
+ * @(#)Microtune_MT2260B0.h
+ *
+ * ==========================================================
+ * Version: 2.0
+ * Date: 2008.07.02
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin added tuner version
+ * ==========================================================
+ *
+ * Copyright 2005 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __Microtune_MT2260B0_H__
+#define __Microtune_MT2260B0_H__
+
+
+#define MT2260B0_VER_MAJOR 2
+#define MT2260B0_VER_MINOR 0
+
+extern TunerDescription tuner_MT2260B0;
+
+
+extern int RF_IF_MT2060_X100[];
+
+
+ValueSet Microtune_MT2260B0_EXT_script[];
+
+
+/**
+ *
+ */
+Dword MT2260B0_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword MT2260B0_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword MT2260B0_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file