Changes in uspace/drv/ohci/hc.h [53f1c87:fc9f88d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.h

    r53f1c87 rfc9f88d  
    4242#include <usb/usb.h>
    4343#include <usb/host/device_keeper.h>
     44#include <usb/host/usb_endpoint_manager.h>
    4445#include <usbhc_iface.h>
    4546
     
    4748#include "ohci_regs.h"
    4849#include "root_hub.h"
     50#include "hw_struct/hcca.h"
    4951
    5052typedef struct hc {
     
    5456        ddf_fun_t *ddf_instance;
    5557        usb_device_keeper_t manager;
     58        usb_endpoint_manager_t ep_manager;
    5659        fid_t interrupt_emulator;
    5760} hc_t;
Note: See TracChangeset for help on using the changeset viewer.