Changeset 6b6e3ed3 in mainline for uspace/drv/ohci/hc.h


Ignore:
Timestamp:
2011-04-08T15:46:32Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
344925c
Parents:
f98b8269
Message:

Initialize transfer queues

File:
1 edited

Legend:

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

    rf98b8269 r6b6e3ed3  
    4848#include "ohci_regs.h"
    4949#include "root_hub.h"
     50#include "transfer_list.h"
    5051#include "hw_struct/hcca.h"
    5152
     
    5455        usb_address_t rh_address;
    5556        rh_t rh;
     57
     58        transfer_list_t transfers_isochronous;
     59        transfer_list_t transfers_interrupt;
     60        transfer_list_t transfers_control;
     61        transfer_list_t transfers_bulk;
     62
     63        transfer_list_t *transfers[4];
     64
    5665        ddf_fun_t *ddf_instance;
    5766        usb_device_keeper_t manager;
Note: See TracChangeset for help on using the changeset viewer.