Changeset 5fe0a69 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2011-08-24T14:40:26Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3afb758
Parents:
df8f3fa
Message:

UHCI: Use new usb hc driver architecture.

File:
1 edited

Legend:

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

    rdf8f3fa r5fe0a69  
    4242#include <usb/host/usb_endpoint_manager.h>
    4343#include <usb/host/batch.h>
     44#include <usb/host/hcd.h>
    4445
    4546#include "transfer_list.h"
     
    9495/** Main UHCI driver structure */
    9596typedef struct hc {
     97        hcd_t generic;
    9698        /** USB bus driver, devices and addresses */
    9799        usb_device_keeper_t manager;
Note: See TracChangeset for help on using the changeset viewer.