summaryrefslogtreecommitdiffstats
path: root/api/Freescale_MC44CD02.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Freescale_MC44CD02.h')
-rw-r--r--api/Freescale_MC44CD02.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/api/Freescale_MC44CD02.h b/api/Freescale_MC44CD02.h
new file mode 100644
index 0000000..f849d6f
--- /dev/null
+++ b/api/Freescale_MC44CD02.h
@@ -0,0 +1,61 @@
+/**
+ * @(#)Freescale_MC44CD02.h
+ *
+ * ==========================================================
+ * Version: 2.0
+ * Date: 2008.07.02
+ * ==========================================================
+ *
+ * ==========================================================
+ * History:
+ *
+ * Date Author Description
+ * ----------------------------------------------------------
+ *
+ * 2008.07.02 Tom Lin added tuner version
+ * ==========================================================
+ *
+ * Copyright 2005 Afatech, Inc. All rights reserved.
+ *
+ */
+
+
+#ifndef __Freescale_MC44CD02_H__
+#define __Freescale_MC44CD02_H__
+
+
+#define MC44CD02_VER_MAJOR 2
+#define MC44CD02_VER_MINOR 0
+
+extern TunerDescription tuner_MC44CD02;
+
+
+/**
+ *
+ */
+Dword MC44CD02_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword MC44CD02_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+
+/**
+ *
+ */
+Dword MC44CD02_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file