Changeset 8d2e251 in mainline for uspace/lib/usbhost/include/usb
- Timestamp:
- 2013-09-28T21:02:03Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f1dd3b
- Parents:
- c01987c
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 4 edited
-
ddf_helpers.h (modified) (1 diff)
-
hcd.h (modified) (1 diff)
-
usb_bus.h (modified) (1 diff)
-
usb_transfer_batch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
rc01987c r8d2e251 37 37 #define LIBUSBHOST_HOST_DDF_HELPERS_H 38 38 39 #include <usb/host/hcd.h> 40 #include <usb/host/usb_bus.h> 41 #include <usb/usb.h> 42 43 #include <ddf/driver.h> 39 44 #include <ddf/interrupt.h> 40 45 #include <device/hw_res_parsed.h> 41 #include <usb/host/hcd.h>42 #include <usbhc_iface.h>43 46 44 47 int hcd_ddf_setup_hc(ddf_dev_t *device, usb_speed_t max_speed, -
uspace/lib/usbhost/include/usb/host/hcd.h
rc01987c r8d2e251 37 37 #define LIBUSBHOST_HOST_HCD_H 38 38 39 #include <assert.h> 40 #include <adt/list.h> 41 #include <usbhc_iface.h> 42 39 #include <usb/host/endpoint.h> 43 40 #include <usb/host/usb_bus.h> 44 41 #include <usb/host/usb_transfer_batch.h> 42 #include <usb/usb.h> 43 44 #include <assert.h> 45 #include <usbhc_iface.h> 46 #include <sys/types.h> 45 47 46 48 typedef struct hcd hcd_t; -
uspace/lib/usbhost/include/usb/host/usb_bus.h
rc01987c r8d2e251 40 40 #define LIBUSBHOST_HOST_USB_ENDPOINT_MANAGER_H 41 41 42 #include <usb/host/endpoint.h> 43 #include <usb/usb.h> 44 42 45 #include <adt/list.h> 43 46 #include <fibril_synch.h> 44 #include < usb/usb.h>47 #include <stdbool.h> 45 48 46 #include <usb/host/endpoint.h>47 49 48 50 /** Bytes per second in FULL SPEED */ -
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
rc01987c r8d2e251 37 37 #define LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H 38 38 39 #include <adt/list.h> 39 #include <usb/host/endpoint.h> 40 #include <usb/usb.h> 40 41 42 #include <assert.h> 43 #include <stdbool.h> 44 #include <sys/types.h> 41 45 #include <usbhc_iface.h> 42 #include <usb/usb.h>43 #include <usb/host/endpoint.h>44 46 45 47 #define USB_SETUP_PACKET_SIZE 8
Note:
See TracChangeset
for help on using the changeset viewer.
