Ignore:
Timestamp:
2011-05-28T14:30:58Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3fb5a3e
Parents:
e8f826b (diff), 48141f0 (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 development/ changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/include/usb/hid/usages/consumer.h

    re8f826b r400735e  
    11/*
    2  * Copyright (c) 2011 Jan Vesely
     2 * Copyright (c) 2011 Lubos Slovak
    33 * All rights reserved.
    44 *
     
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 /** @addtogroup drvusbuhcihc
     28
     29/** @addtogroup libusbhid
    2930 * @{
    3031 */
    3132/** @file
    32  * @brief UHCI driver
     33 * USB multimedia key usage to string mapping.
    3334 */
    34 #ifndef DRV_UHCI_UTILS_SLAB_H
    35 #define DRV_UHCI_UTILS_SLAB_H
    3635
    37 #include <bool.h>
     36#ifndef LIBUSBHID_CONSUMER_H_
     37#define LIBUSBHID_CONSUMER_H_
    3838
    39 #define SLAB_ELEMENT_SIZE 1024
     39const char *usbhid_multimedia_usage_to_str(int usage);
    4040
    41 void * slab_malloc_g(void);
     41#endif /* LIBUSBHID_CONSUMER_H_ */
    4242
    43 void slab_free_g(void *addr);
    44 
    45 bool slab_in_range_g(void *addr);
    46 
    47 #endif
    4843/**
    4944 * @}
Note: See TracChangeset for help on using the changeset viewer.