Changeset 6bb83c7 in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2011-02-20T21:33:03Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
070f11e, 62066b4
Parents:
50ba203
Message:

usbhub uses new api, it is compilable. cannot guarantee functionality

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hub.h

    r50ba203 r6bb83c7  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky
     2 * Copyright (c) 2010 Matus Dekanek
    33 * All rights reserved.
    44 *
     
    3333 * @brief USB hub related structures.
    3434 */
    35 #ifndef LIBUSB_HUB_H_
    36 #define LIBUSB_HUB_H_
     35#ifndef LIBUSB_CLASS_HUB_H_
     36#define LIBUSB_CLASS_HUB_H_
    3737
    3838#include <sys/types.h>
  • uspace/lib/usb/include/usb/hub.h

    r50ba203 r6bb83c7  
    3939#include <usb/usbdevice.h>
    4040
     41
    4142/** Info about device attached to host controller.
    4243 *
Note: See TracChangeset for help on using the changeset viewer.