diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 23:30:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:33 -0300 |
commit | a51f5000b791003e0ab9ecebbdecb87c4024156f (patch) | |
tree | 807d99a40233d28bff50f2d1c77068a4b7166c29 /drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | b72b7bf5cbb2ae77b3bf748456655fc284baf04c (diff) | |
download | blackbird-op-linux-a51f5000b791003e0ab9ecebbdecb87c4024156f.tar.gz blackbird-op-linux-a51f5000b791003e0ab9ecebbdecb87c4024156f.zip |
V4L/DVB (11156): pvrusb2: Changes to further isolate old i2c layer
This introduces some additional isolation in the pvrusb2 from the old
i2c layer, a step along the way to separate the driver from that layer
and to make it easier to introduce the common v4l2-subdev framework as
the eventual replacement.
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 09798403e9fd..b3cb0bbd8cf5 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -408,6 +408,8 @@ struct pvr2_hdw { unsigned long pvr2_hdw_get_cur_freq(struct pvr2_hdw *); void pvr2_hdw_set_decoder(struct pvr2_hdw *,struct pvr2_decoder_ctrl *); +void pvr2_hdw_status_poll(struct pvr2_hdw *); + #endif /* __PVRUSB2_HDW_INTERNAL_H */ /* |