aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
index 2919a1d9ed0f..57e1ff491497 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
@@ -255,6 +255,9 @@ int pvr2_hdw_cmd_deep_reset(struct pvr2_hdw *);
255/* Execute simple reset command */ 255/* Execute simple reset command */
256int pvr2_hdw_cmd_powerup(struct pvr2_hdw *); 256int pvr2_hdw_cmd_powerup(struct pvr2_hdw *);
257 257
258/* suspend */
259int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *);
260
258/* Order decoder to reset */ 261/* Order decoder to reset */
259int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); 262int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *);
260 263