Changeset c56dbe0 in mainline for uspace/drv/uhci-hcd/iface.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-hcd/iface.c

    rafcd86e rc56dbe0  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky
     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>
    2935#include <remote_usbhc.h>
     36
    3037#include <errno.h>
    3138
     
    176183        .control_read_status = control_read_status
    177184};
     185/**
     186 * @}
     187 */
Note: See TracChangeset for help on using the changeset viewer.