Changeset 81dce9f in mainline for uspace/lib/usb


Ignore:
Timestamp:
2011-03-21T10:25:33Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79c8a96
Parents:
1fb1339
Message:

Make batch_t a library structure

Location:
uspace/lib/usb
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    r1fb1339 r81dce9f  
    5050        src/usb.c \
    5151        src/usbdevice.c \
    52         src/host/device_keeper.c
     52        src/host/device_keeper.c \
     53        src/host/batch.c
    5354
    5455include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/usb/include/usb/host/device_keeper.h

    r1fb1339 r81dce9f  
    3333 * @brief UHCI driver
    3434 */
    35 #ifndef UTILS_DEVICE_KEEPER_H
    36 #define UTILS_DEVICE_KEEPER_H
     35#ifndef LIBUSB_HOST_DEVICE_KEEPER_H
     36#define LIBUSB_HOST_DEVICE_KEEPER_H
    3737#include <devman.h>
    3838#include <fibril_synch.h>
Note: See TracChangeset for help on using the changeset viewer.