diff options
author | Mike Isely <devnull@localhost> | 2006-01-01 08:26:03 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-01 08:26:03 +0000 |
commit | e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6 (patch) | |
tree | b8ebbeffe2beff770a0767454c9ad6171ad874a2 /v4l_experimental/pvrusb2/pvrusb2-video-v4l.h | |
parent | de2be4defb51648c65f0ce94637f52bb0db8d1f6 (diff) | |
download | mediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.gz mediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.bz2 |
New I2C client handling implementation for pvrusb2 driver
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-video-v4l.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-video-v4l.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h b/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h index e3ef12602..fe4679f48 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h +++ b/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-video-v4l.h,v 1.1 2005/11/27 23:01:16 mcisely Exp $ + * $Id: pvrusb2-video-v4l.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> @@ -33,11 +33,12 @@ */ #include "compat.h" -#include "pvrusb2-video.h" #ifndef PVR2_SUPPRESS_SAA711X -struct pvr2_decoder *pvr2_decoder_v4l_create(struct pvr2_hdw *); +#include "pvrusb2-i2c-core.h" + +int pvr2_i2c_decoder_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); #endif /* PVR2_SUPPRESS_SAA711X */ |