diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 20:30:37 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2009-03-06 20:30:37 -0600 |
commit | 888de8a79f8c6289a00826435686ed77a2e6faf5 (patch) | |
tree | c52a063808606d31faf92daaab647f0bee6bf348 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | 3472c5f6e471cbe81091eb4f014a9991365270c5 (diff) | |
download | mediapointer-dvb-s2-888de8a79f8c6289a00826435686ed77a2e6faf5.tar.gz mediapointer-dvb-s2-888de8a79f8c6289a00826435686ed77a2e6faf5.tar.bz2 |
pvrusb2: Changes to further isolate old i2c layer
From: Mike Isely <isely@pobox.com>
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.
Priority: normal
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 09798403e..b3cb0bbd8 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/linux/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 */ /* |