Changeset f58ef61 in mainline for uspace/lib/usbhost


Ignore:
Timestamp:
2011-09-15T14:47:42Z (14 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

Location:
uspace/lib/usbhost
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/Makefile

    rbbce2c2 rf58ef61  
    3535
    3636SOURCES = \
    37         src/batch.c \
    3837        src/device_keeper.c \
    3938        src/endpoint.c \
    4039        src/iface.c \
    41         src/usb_endpoint_manager.c
     40        src/usb_endpoint_manager.c \
     41        src/usb_transfer_batch.c
    4242
    4343include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/usbhost/include/usb/host/hcd.h

    rbbce2c2 rf58ef61  
    3939#include <usb/host/device_keeper.h>
    4040#include <usb/host/usb_endpoint_manager.h>
    41 #include <usb/host/batch.h>
     41#include <usb/host/usb_transfer_batch.h>
    4242#include <usbhc_iface.h>
    4343
  • uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h

    rbbce2c2 rf58ef61  
    3232 * USB transfer transaction structures.
    3333 */
    34 #ifndef LIBUSBHOST_HOST_BATCH_H
    35 #define LIBUSBHOST_HOST_BATCH_H
     34#ifndef LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H
     35#define LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H
    3636
    3737#include <adt/list.h>
  • uspace/lib/usbhost/src/usb_transfer_batch.c

    rbbce2c2 rf58ef61  
    3737#include <usb/usb.h>
    3838#include <usb/debug.h>
    39 #include <usb/host/batch.h>
     39#include <usb/host/usb_transfer_batch.h>
    4040#include <usb/host/hcd.h>
    4141
Note: See TracChangeset for help on using the changeset viewer.