Changeset e2976bb in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2011-08-25T11:34:19Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f0e510
Parents:
27873be
Message:

OHCI: Begin move to new hcd arch, plug in batch init hook.

File:
1 edited

Legend:

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

    r27873be re2976bb  
    4343#include <usb/host/device_keeper.h>
    4444#include <usb/host/usb_endpoint_manager.h>
    45 #include <usbhc_iface.h>
     45#include <usb/host/hcd.h>
    4646
    4747#include "batch.h"
     
    5757        /** USB bus driver, endpoints */
    5858        usb_endpoint_manager_t ep_manager;
     59
     60        /** Generic USB hc driver */
     61        hcd_t generic;
    5962
    6063        /** Memory mapped I/O registers area */
Note: See TracChangeset for help on using the changeset viewer.