summaryrefslogtreecommitdiffstats
path: root/api/Philips_TD1316AFIHP.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Philips_TD1316AFIHP.h')
-rw-r--r--api/Philips_TD1316AFIHP.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/api/Philips_TD1316AFIHP.h b/api/Philips_TD1316AFIHP.h
new file mode 100644
index 0000000..a2d8942
--- /dev/null
+++ b/api/Philips_TD1316AFIHP.h
@@ -0,0 +1,60 @@
+/**
+ * @(#)Philips_TD1316AFIHP.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 __Philips_TD1316AFIHP_H__
+#define __Philips_TD1316AFIHP_H__
+
+
+#define TD1316AFIHP_VER_MAJOR 2
+#define TD1316AFIHP_VER_MINOR 0
+
+extern TunerDescription tuner_TD1316AFIHP;
+
+
+/**
+ *
+ */
+Dword TD1316AFIHP_open (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TD1316AFIHP_close (
+ IN Demodulator* demodulator,
+ IN Byte chip
+);
+
+
+/**
+ *
+ */
+Dword TD1316AFIHP_set (
+ IN Demodulator* demodulator,
+ IN Byte chip,
+ IN Word bandwidth,
+ IN Dword frequency
+);
+#endif \ No newline at end of file