Changeset 7ee7e6a in mainline for uspace/drv/bus
- Timestamp:
- 2017-05-15T21:24:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- Location:
- uspace/drv/bus/usb
- Files:
- 
      - 4 edited
 
 - 
          
  ehci/ehci_regs.h (modified) (1 diff)
- 
          
  ohci/ohci_regs.h (modified) (1 diff)
- 
          
  uhci/hc.h (modified) (1 diff)
- 
          
  uhci/uhci_rh.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/bus/usb/ehci/ehci_regs.hr0e7c3d9 r7ee7e6a 35 35 #define DRV_EHCI_EHCI_REGS_H 36 36 37 #include <sys/types.h>38 37 #include <byteorder.h> 39 38 #include <macros.h> 
- 
      uspace/drv/bus/usb/ohci/ohci_regs.hr0e7c3d9 r7ee7e6a 38 38 39 39 #include <ddi.h> 40 #include <sys/types.h>41 40 #include <byteorder.h> 42 41 
- 
      uspace/drv/bus/usb/uhci/hc.hr0e7c3d9 r7ee7e6a 41 41 #include <macros.h> 42 42 #include <stdbool.h> 43 #include < sys/types.h>43 #include <ddi.h> 44 44 #include <usb/host/hcd.h> 45 45 #include <usb/host/usb_transfer_batch.h> 
- 
      uspace/drv/bus/usb/uhci/uhci_rh.hr0e7c3d9 r7ee7e6a 41 41 42 42 #include <stdbool.h> 43 #include < sys/types.h>43 #include <ddi.h> 44 44 45 45 /** Endpoint number for status change pipe. */ 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
