Changeset 8c877b2 in mainline for uspace/lib/drv/include/remote_pci.h
- Timestamp:
- 2011-03-04T13:05:35Z (14 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/remote_pci.h
rdff940f8 r8c877b2 1 1 /* 2 * Copyright (c) 201 0 Lubos Slovak2 * Copyright (c) 2011 Jan Vesely 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup drvusbhid29 /** @addtogroup libdrv 30 30 * @{ 31 31 */ 32 32 /** @file 33 * Descriptor parser.34 33 */ 35 34 36 #ifndef USBHID_DESCPARSER_H_37 #define USBHID_DESCPARSER_H_35 #ifndef LIBDRV_REMOTE_PCI_H_ 36 #define LIBDRV_REMOTE_PCI_H_ 38 37 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); 38 remote_iface_t remote_pci_iface; 45 39 46 40 #endif … … 49 43 * @} 50 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.