summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-02-26 16:32:39 -0600
committerMike Isely <isely@pobox.com>2006-02-26 16:32:39 -0600
commit5515ed4ac17ca06de145302b8888b9adb09ba32c (patch)
tree43de837baa127696b84b105649925f6fb00e8fbf /linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h
parent040c8edfcc4795d67033ce869eefef50f8cb3c1b (diff)
parent555a4680960f6297f0e4cdead5f8a48e3e3b9cfe (diff)
downloadmediapointer-dvb-s2-5515ed4ac17ca06de145302b8888b9adb09ba32c.tar.gz
mediapointer-dvb-s2-5515ed4ac17ca06de145302b8888b9adb09ba32c.tar.bz2
Merge from v4l-dvb master
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h
new file mode 100644
index 000000000..01b5a0b89
--- /dev/null
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.h
@@ -0,0 +1,42 @@
+/*
+ *
+ * $Id$
+ *
+ * Copyright (C) 2005 Mike Isely <isely@pobox.com>
+ * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
+ *
+ * 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
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifndef __PVRUSB2_ENCODER_H
+#define __PVRUSB2_ENCODER_H
+
+struct pvr2_hdw;
+
+int pvr2_encoder_configure(struct pvr2_hdw *);
+int pvr2_encoder_start(struct pvr2_hdw *);
+int pvr2_encoder_stop(struct pvr2_hdw *);
+
+#endif /* __PVRUSB2_ENCODER_H */
+
+/*
+ Stuff for Emacs to see, in order to encourage consistent editing style:
+ *** Local Variables: ***
+ *** mode: c ***
+ *** fill-column: 70 ***
+ *** tab-width: 8 ***
+ *** c-basic-offset: 8 ***
+ *** End: ***
+ */