diff options
author | Mike Isely <isely@pobox.com> | 2006-02-26 16:32:39 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-02-26 16:32:39 -0600 |
commit | 5515ed4ac17ca06de145302b8888b9adb09ba32c (patch) | |
tree | 43de837baa127696b84b105649925f6fb00e8fbf /v4l_experimental/pvrusb2/pvrusb2-tuner.h | |
parent | 040c8edfcc4795d67033ce869eefef50f8cb3c1b (diff) | |
parent | 555a4680960f6297f0e4cdead5f8a48e3e3b9cfe (diff) | |
download | mediapointer-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 'v4l_experimental/pvrusb2/pvrusb2-tuner.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-tuner.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-tuner.h b/v4l_experimental/pvrusb2/pvrusb2-tuner.h deleted file mode 100644 index 83d92d06d..000000000 --- a/v4l_experimental/pvrusb2/pvrusb2-tuner.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * - * $Id: pvrusb2-tuner.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $ - * - * Copyright (C) 2005 Mike Isely <isely@pobox.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 - * - * 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_TUNER_H -#define __PVRUSB2_TUNER_H - -#include "pvrusb2-i2c-core.h" - -int pvr2_i2c_tuner_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); - -#endif /* __PVRUSB2_TUNER_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: *** - */ |