Changes in uspace/drv/ohci/hc.h [fc9f88d:53f1c87] in mainline
- File:
 - 
      
- 1 edited
 
- 
          
  uspace/drv/ohci/hc.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/drv/ohci/hc.h
rfc9f88d r53f1c87 42 42 #include <usb/usb.h> 43 43 #include <usb/host/device_keeper.h> 44 #include <usb/host/usb_endpoint_manager.h>45 44 #include <usbhc_iface.h> 46 45 … … 48 47 #include "ohci_regs.h" 49 48 #include "root_hub.h" 50 #include "hw_struct/hcca.h"51 49 52 50 typedef struct hc { … … 56 54 ddf_fun_t *ddf_instance; 57 55 usb_device_keeper_t manager; 58 usb_endpoint_manager_t ep_manager;59 56 fid_t interrupt_emulator; 60 57 } hc_t;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  