Changeset c2be0e5 in mainline for uspace/drv/ohci/hc.h


Ignore:
Timestamp:
2011-04-02T18:56:57Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8fa88d, ccbcd895
Parents:
2c617b0
Message:

OHCI bandwidth

File:
1 edited

Legend:

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

    r2c617b0 rc2be0e5  
    4242#include <usb/usb.h>
    4343#include <usb/host/device_keeper.h>
     44#include <usb/host/bandwidth.h>
    4445#include <usbhc_iface.h>
    4546
     
    5455        ddf_fun_t *ddf_instance;
    5556        usb_device_keeper_t manager;
     57        bandwidth_t bandwidth;
    5658        fid_t interrupt_emulator;
    5759} hc_t;
Note: See TracChangeset for help on using the changeset viewer.