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


Ignore:
File:
1 edited

Legend:

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

    rfc9f88d r53f1c87  
    4242#include <usb/usb.h>
    4343#include <usb/host/device_keeper.h>
    44 #include <usb/host/usb_endpoint_manager.h>
    4544#include <usbhc_iface.h>
    4645
     
    4847#include "ohci_regs.h"
    4948#include "root_hub.h"
    50 #include "hw_struct/hcca.h"
    5149
    5250typedef struct hc {
     
    5654        ddf_fun_t *ddf_instance;
    5755        usb_device_keeper_t manager;
    58         usb_endpoint_manager_t ep_manager;
    5956        fid_t interrupt_emulator;
    6057} hc_t;
Note: See TracChangeset for help on using the changeset viewer.