Changeset 8d2dd7f2 in mainline for uspace/lib/usbhost
- Timestamp:
 - 2017-05-13T19:03:14Z (8 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 9c96634
 - Parents:
 - e48947e
 - Location:
 - uspace/lib/usbhost/include/usb/host
 - Files:
 - 
      
- 3 edited
 
- 
          
  hcd.h (modified) (1 diff)
 - 
          
  usb_transfer_batch.h (modified) (1 diff)
 - 
          
  utils/malloc32.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhost/include/usb/host/hcd.h
re48947e r8d2dd7f2 44 44 #include <assert.h> 45 45 #include <usbhc_iface.h> 46 #include <sys/types.h> 46 #include <stddef.h> 47 #include <stdint.h> 47 48 48 49 typedef struct hcd hcd_t;  - 
      
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
re48947e r8d2dd7f2 42 42 #include <assert.h> 43 43 #include <stdbool.h> 44 #include <sys/types.h> 44 #include <stddef.h> 45 #include <stdint.h> 45 46 #include <usbhc_iface.h> 46 47  - 
      
uspace/lib/usbhost/include/usb/host/utils/malloc32.h
re48947e r8d2dd7f2 40 40 #include <errno.h> 41 41 #include <stdlib.h> 42 #include <sys/types.h> 42 #include <stddef.h> 43 #include <stdint.h> 43 44 44 45 /* Generic TDs and EDs require 16byte alignment,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  