summaryrefslogtreecommitdiffstats
path: root/api/Fitipower_FC0011.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Fitipower_FC0011.h')
-rw-r--r--api/Fitipower_FC0011.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/api/Fitipower_FC0011.h b/api/Fitipower_FC0011.h
new file mode 100644
index 0000000..5b8c138
--- /dev/null
+++ b/api/Fitipower_FC0011.h
@@ -0,0 +1,61 @@
+/**
+ * @(#)Fitipower_FC0011.h
+ *
+ * ==========================================================
+ * Version: 2.1
+ * Date: 2009.03.27
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin added tuner version
+ * 2009.03.27 Yinding update tuner register settings
+ * ==========================================================
+ *
+ * Copyright 2008 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __Fitipower_FC0011_H__
+#define __Fitipower_FC0011_H__
+
+
+#define FC0011_VER_MAJOR 2
+#define FC0011_VER_MINOR 1
+
+extern TunerDescription tuner_FC0011;
+
+
+/**
+ *
+ */
+Dword FC0011_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword FC0011_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword FC0011_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file