Changeset f58ef61 in mainline for uspace/drv/bus/usb/ohci/root_hub.h


Ignore:
Timestamp:
2011-09-15T14:47:42Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b54fe6
Parents:
bbce2c2
Message:

usb: rename batch.h ⇒ usb_transfer_batch.h to match the structure name

File:
1 edited

Legend:

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

    rbbce2c2 rf58ef61  
    3737#include <usb/usb.h>
    3838#include <usb/dev/driver.h>
    39 #include <usb/host/batch.h>
     39#include <usb/host/usb_transfer_batch.h>
    4040
    4141#include "ohci_regs.h"
     
    6666        /** size of hub descriptor */
    6767        size_t hub_descriptor_size;
    68 
    6968} rh_t;
    7069
Note: See TracChangeset for help on using the changeset viewer.