Changeset 4291215 in mainline for uspace/lib/usbdev/src/devdrv.c


Ignore:
Timestamp:
2011-12-14T22:30:24Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
153cc76a
Parents:
54cbda2
Message:

libusbdev: Add self to license. Remove useless header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    r54cbda2 r4291215  
    11/*
    22 * Copyright (c) 2011 Vojtech Horky
     3 * Copyright (c) 2011 Jan Vesely
    34 * All rights reserved.
    45 *
     
    2627 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2728 */
    28 
    2929/** @addtogroup libusbdev
    3030 * @{
     
    3737#include <usb/debug.h>
    3838#include <usb/dev.h>
    39 #include <usb/dev/dp.h>
    4039#include <errno.h>
    4140#include <str_error.h>
Note: See TracChangeset for help on using the changeset viewer.