From 478fc5baed82e5573938041aed0f1a4f73f32128 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 3 Oct 2008 22:43:16 +0000 Subject: reorganise the USB stack a bit to allow for easier integration of non-ARC controller drivers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18703 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/usb.h') diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 9952a074bb..08ae27999a 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -85,7 +85,7 @@ enum { struct usb_transfer_completion_event_data { unsigned char endpoint; - bool in; + int dir; int status; int length; void* data; -- cgit v1.2.3