diff options
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-hdw.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-hdw.h b/v4l_experimental/pvrusb2/pvrusb2-hdw.h index a45da3223..d813d07d4 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-hdw.h +++ b/v4l_experimental/pvrusb2/pvrusb2-hdw.h @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-hdw.h,v 1.5 2006/01/09 06:24:23 mcisely Exp $ + * $Id: pvrusb2-hdw.h,v 1.6 2006/01/14 21:11:17 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * @@ -244,6 +244,9 @@ int pvr2_hdw_commit_ctl(struct pvr2_hdw *); through this value - 1. */ unsigned int pvr2_hdw_get_ctl_count(struct pvr2_hdw *); +/* Return name for this driver instance */ +const char *pvr2_hdw_get_driver_name(struct pvr2_hdw *); + /* Return PVR2_SIGNAL_XXXX bit mask indicating signal status */ unsigned int pvr2_hdw_get_signal_status(struct pvr2_hdw *); |