summaryrefslogtreecommitdiffstats
path: root/api/Infineon_TUA9001.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Infineon_TUA9001.h')
-rw-r--r--api/Infineon_TUA9001.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/api/Infineon_TUA9001.h b/api/Infineon_TUA9001.h
new file mode 100644
index 0000000..550b9fc
--- /dev/null
+++ b/api/Infineon_TUA9001.h
@@ -0,0 +1,61 @@
+/**
+ * @(#)Infineon_TUA9001.h
+ *
+ * ==========================================================
+ * Version: 2.1
+ * Date: 2008.10.01
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin added tuner version
+ * 2008.10.01 Benny Chen fix a bug of C compile issue
+ * ==========================================================
+ *
+ * Copyright 2005 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __Infineon_TUA9001_H__
+#define __Infineon_TUA9001_H__
+
+
+#define TUA9001_VER_MAJOR 2
+#define TUA9001_VER_MINOR 1
+
+extern TunerDescription tuner_TUA9001;
+
+
+/**
+ *
+ */
+Dword TUA9001_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TUA9001_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TUA9001_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file