diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-02 13:23:55 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-02 13:23:55 -0200 |
commit | 917f6e47b08ad85db5b84c708fe5049c30afc643 (patch) | |
tree | 0933317050f3403b4aa9483edfe9b9e7f791f47f /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 066a48c964e17e01684f52a4671affacda22cf88 (diff) | |
parent | fa3c54d7157ced7633dabdf681c21f139976f384 (diff) | |
download | mediapointer-dvb-s2-917f6e47b08ad85db5b84c708fe5049c30afc643.tar.gz mediapointer-dvb-s2-917f6e47b08ad85db5b84c708fe5049c30afc643.tar.bz2 |
Merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 9785ffcce..aa45114ba 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -231,7 +231,7 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *, setFl - true to set the register, false to read it val_ptr - storage location for source / result. */ int pvr2_hdw_register_access(struct pvr2_hdw *, - u32 chip_id,u32 reg_id, + u32 chip_id,u64 reg_id, int setFl,u32 *val_ptr); /* The following entry points are all lower level things you normally don't |