Changeset f98b8269 in mainline for uspace/drv/ohci/batch.h


Ignore:
Timestamp:
2011-04-08T15:15:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b6e3ed3
Parents:
6bec59b
Message:

Port transfer_list from UHCI

File:
1 edited

Legend:

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

    r6bec59b rf98b8269  
    4141#include <usb/host/batch.h>
    4242
     43#include "hw_struct/endpoint_descriptor.h"
    4344
    4445usb_transfer_batch_t * batch_get(
     
    6566void batch_bulk_out(usb_transfer_batch_t *instance);
    6667
     68ed_t * batch_ed(usb_transfer_batch_t *instance);
    6769#endif
    6870/**
Note: See TracChangeset for help on using the changeset viewer.