aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-06-09 15:49:38 +0100
committerPeter Griffin <peter.griffin@linaro.org>2015-06-09 15:49:38 +0100
commitaf44c8a7ed997a02cdf4c955a374c82465044b0b (patch)
treef688e8ddfe762ebdbbd2e5272e2d208420b1c60f
parenta0890c41a39bea9f804b4b0ff833839b8af21777 (diff)
-rw-r--r--drivers/media/tsin/c8sectpfe/c8sectpfe-dvb.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/media/tsin/c8sectpfe/c8sectpfe-dvb.h b/drivers/media/tsin/c8sectpfe/c8sectpfe-dvb.h
new file mode 100644
index 000000000000..2573a8c12741
--- /dev/null
+++ b/drivers/media/tsin/c8sectpfe/c8sectpfe-dvb.h
@@ -0,0 +1,20 @@
+/*
+ * c8sectpfe-common.h - C8SECTPFE STi DVB driver
+ *
+ * Copyright (c) STMicroelectronics 2015
+ *
+ * Author:Peter Bennett <peter.bennett@st.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ */
+#ifndef _C8SECTPFE_DVB_H_
+#define _C8SECTPFE_DVB_H_
+
+int c8sectpfe_frontend_attach(struct dvb_frontend **fe,
+ struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
+ int chan_num);
+
+#endif