summaryrefslogtreecommitdiffstats
path: root/api/Fitipower_FC0012.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Fitipower_FC0012.h')
-rw-r--r--api/Fitipower_FC0012.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/api/Fitipower_FC0012.h b/api/Fitipower_FC0012.h
new file mode 100644
index 0000000..7b94692
--- /dev/null
+++ b/api/Fitipower_FC0012.h
@@ -0,0 +1,60 @@
+/**
+ * @(#)Fitipower_FC0012.h
+ *
+ * ==========================================================
+ * Version: 2.0
+ * Date: 2008.09.17
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.09.17 Benny Chen added tuner version
+ * ==========================================================
+ *
+ * Copyright 2008 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __Fitipower_FC0012_H__
+#define __Fitipower_FC0012_H__
+
+
+#define FC0012_VER_MAJOR 2
+#define FC0012_VER_MINOR 0
+
+extern TunerDescription tuner_FC0012;
+
+
+/**
+ *
+ */
+Dword FC0012_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword FC0012_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword FC0012_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file