Changeset c56dbe0 in mainline for uspace/drv/uhci-rhd/main.c


Ignore:
Timestamp:
2011-02-01T22:45:37Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5944244
Parents:
afcd86e
Message:

Added license statement to all .c files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/main.c

    rafcd86e rc56dbe0  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky, Jan Vesely
     2 * Copyright (c) 2011 Vojtech Horky, Jan Vesely
    33 * All rights reserved.
    44 *
     
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28/** @addtogroup usb
     29 * @{
     30 */
     31/** @file
     32 * @brief UHCI driver
     33 */
    2834#include <driver.h>
     35#include <usb_iface.h>
     36
    2937#include <errno.h>
    3038
    31 #include <usb_iface.h>
    3239#include <usb/debug.h>
    3340
     
    98105        return driver_main(&uhci_rh_driver);
    99106}
     107/**
     108 * @}
     109 */
Note: See TracChangeset for help on using the changeset viewer.