summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.h
diff options
context:
space:
mode:
authorMalcolm Priestley2014-05-26 14:59:06 +0200
committerGreg Kroah-Hartman2014-05-26 19:36:50 +0200
commit53742906bca9f035ec97fe3578c6064e015c3821 (patch)
tree4e134bd65d1e7495bc3795432a26bad4f84764d2 /drivers/staging/vt6656/usbpipe.h
parentstaging: vt6656: remove dead code ControlvMaskByte (diff)
downloadkernel-qcow2-linux-53742906bca9f035ec97fe3578c6064e015c3821.tar.gz
kernel-qcow2-linux-53742906bca9f035ec97fe3578c6064e015c3821.tar.xz
kernel-qcow2-linux-53742906bca9f035ec97fe3578c6064e015c3821.zip
staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByte
ControlvReadByte will be removed in next patch Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/usbpipe.h')
-rw-r--r--drivers/staging/vt6656/usbpipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vt6656/usbpipe.h b/drivers/staging/vt6656/usbpipe.h
index a3d3bacd4d66..ea71782d8901 100644
--- a/drivers/staging/vt6656/usbpipe.h
+++ b/drivers/staging/vt6656/usbpipe.h
@@ -36,6 +36,7 @@ int vnt_control_out(struct vnt_private *, u8, u16, u16, u16, u8 *);
int vnt_control_in(struct vnt_private *, u8, u16, u16, u16, u8 *);
void vnt_control_out_u8(struct vnt_private *, u8, u8, u8);
+void vnt_control_in_u8(struct vnt_private *, u8, u8, u8 *);
int PIPEnsInterruptRead(struct vnt_private *);
int PIPEnsBulkInUsbRead(struct vnt_private *, struct vnt_rcb *pRCB);