summaryrefslogtreecommitdiffstats
path: root/api/Xceive_XC4000.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Xceive_XC4000.h')
-rw-r--r--api/Xceive_XC4000.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/api/Xceive_XC4000.h b/api/Xceive_XC4000.h
new file mode 100644
index 0000000..7783f88
--- /dev/null
+++ b/api/Xceive_XC4000.h
@@ -0,0 +1,60 @@
+/**
+ * @(#)Xceive_XC4000.h
+ *
+ * ==========================================================
+ * Version: 2.1
+ * Date: 2009.01.20
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin created
+ * ==========================================================
+ *
+ * Copyright 2008 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __XCEIVE_XC4000_H__
+#define __XCEIVE_XC4000_H__
+
+
+#define XC4000_VER_MAJOR 2
+#define XC4000_VER_MINOR 1
+
+extern TunerDescription tuner_XC4000;
+
+
+/**
+ *
+ */
+Dword XC4000_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword XC4000_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword XC4000_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file