]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/pvrusb2/pvrusb2-ctrl.h
Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / drivers / media / video / pvrusb2 / pvrusb2-ctrl.h
index c1680053cd644f10c7b2c1c0540640583e8c9302..794ff90121c7d367ee221507f72a12d4ea8aca58 100644 (file)
@@ -1,6 +1,5 @@
 /*
  *
- *  $Id$
  *
  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
  *
@@ -50,7 +49,7 @@ int pvr2_ctrl_get_max(struct pvr2_ctrl *);
 int pvr2_ctrl_get_min(struct pvr2_ctrl *);
 
 /* Retrieve control's default value (any type) */
-int pvr2_ctrl_get_def(struct pvr2_ctrl *);
+int pvr2_ctrl_get_def(struct pvr2_ctrl *, int *valptr);
 
 /* Retrieve control's enumeration count (enum only) */
 int pvr2_ctrl_get_cnt(struct pvr2_ctrl *);