diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 13:15:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 13:15:20 -0300 |
commit | a97d7ac077cdc755a3ab11cef8d08d01c59a0bd6 (patch) | |
tree | 1e06cff6ae41ff8e876d3d7bb41bdd658447b5f4 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 9f815c2bf8f74ca4554fa573947cdede3848857e (diff) | |
parent | b75a23337c003e45c5017f29cbeb4189a6b1e8f1 (diff) | |
download | mediapointer-dvb-s2-a97d7ac077cdc755a3ab11cef8d08d01c59a0bd6.tar.gz mediapointer-dvb-s2-a97d7ac077cdc755a3ab11cef8d08d01c59a0bd6.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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 4e886328d..141961488 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -92,6 +92,9 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf, void pvr2_hdw_poll(struct pvr2_hdw *); /* Trigger a poll to take place later at a convenient time */ +#if 0 +void pvr2_hdw_poll_trigger(struct pvr2_hdw *); +#endif /* 0 */ void pvr2_hdw_poll_trigger_unlocked(struct pvr2_hdw *); /* Register a callback used to trigger a future poll */ @@ -99,6 +102,11 @@ void pvr2_hdw_setup_poll_trigger(struct pvr2_hdw *, void (*func)(void *), void *data); +#if 0 +/* Get pointer to structure given unit number */ +struct pvr2_hdw *pvr2_hdw_find(int unit_number); + +#endif /* 0 */ /* Destroy hardware interaction structure */ void pvr2_hdw_destroy(struct pvr2_hdw *); |