Changeset 8c877b2 in mainline for uspace/lib/drv/include/remote_pci.h


Ignore:
Timestamp:
2011-03-04T13:05:35Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d49728c
Parents:
dff940f8 (diff), 9a422574 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with \usb\development

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/remote_pci.h

    rdff940f8 r8c877b2  
    11/*
    2  * Copyright (c) 2010 Lubos Slovak
     2 * Copyright (c) 2011 Jan Vesely
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup drvusbhid
     29/** @addtogroup libdrv
    3030 * @{
    3131 */
    3232/** @file
    33  * Descriptor parser.
    3433 */
    3534
    36 #ifndef USBHID_DESCPARSER_H_
    37 #define USBHID_DESCPARSER_H_
     35#ifndef LIBDRV_REMOTE_PCI_H_
     36#define LIBDRV_REMOTE_PCI_H_
    3837
    39 #include "hid.h"
    40 
    41 int usbkbd_parse_descriptors(const uint8_t *data, size_t size,
    42                              usb_hid_configuration_t *config);
    43 
    44 void usbkbd_print_config(const usb_hid_configuration_t *config);
     38remote_iface_t remote_pci_iface;
    4539
    4640#endif
     
    4943 * @}
    5044 */
     45
Note: See TracChangeset for help on using the changeset viewer.