Ignore:
Timestamp:
2011-05-06T14:34:10Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc06caa
Parents:
42d47f8
Message:

Add comments to libusbvirt headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/include/usbvirt/ipc.h

    r42d47f8 ra943106  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky
     2 * Copyright (c) 2011 Vojtech Horky
    33 * All rights reserved.
    44 *
     
    3131 */
    3232/** @file
    33  * @brief Virtual USB device.
     33 * IPC wrappers for virtual USB.
    3434 */
    3535#ifndef LIBUSBVIRT_IPC_H_
     
    4040#include <bool.h>
    4141
     42/** IPC methods communication between host controller and virtual device. */
    4243typedef enum {
    4344        IPC_M_USBVIRT_GET_NAME = IPC_FIRST_USER_METHOD + 80,
     
    4647        IPC_M_USBVIRT_INTERRUPT_IN,
    4748        IPC_M_USBVIRT_INTERRUPT_OUT
    48 } usbvirt_ipc_t;
     49} usbvirt_hc_to_device_method_t;
    4950
    5051int usbvirt_ipc_send_control_read(int, usb_endpoint_t, void *, size_t,
Note: See TracChangeset for help on using the changeset viewer.