summaryrefslogtreecommitdiffstats
path: root/api/FCI_FC2580.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/FCI_FC2580.h')
-rw-r--r--api/FCI_FC2580.h62
1 files changed, 62 insertions, 0 deletions
diff --git a/api/FCI_FC2580.h b/api/FCI_FC2580.h
new file mode 100644
index 0000000..a8a03fc
--- /dev/null
+++ b/api/FCI_FC2580.h
@@ -0,0 +1,62 @@
+/**
+ * @(#)FCI_FC2580.h
+ *
+ * ==========================================================
+ * Version: 2.3
+ * Date: 2009.01.06
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin added tuner version
+ * ==========================================================
+ *
+ * Copyright 2008 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __FCI_FC2580_H__
+#define __FCI_FC2580_H__
+
+
+#define FC2580_VER_MAJOR 2
+#define FC2580_VER_MINOR 4
+
+extern TunerDescription tuner_FC2580;
+
+
+/**
+ *
+ */
+Dword FC2580_open (
+ IN Demodulator* demodulator,
+ IN StreamType streamType,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword FC2580_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+
+/**
+ *
+ */
+Dword FC2580_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file