Ignore:
File:
1 edited

Legend:

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

    rb7fd2a0 r9d58539  
    3636#define LIBUSB_HIDPATH_H_
    3737
    38 #include <errno.h>
    3938#include <usb/hid/hidparser.h>
    4039#include <stdint.h>
     
    4241
    4342
    44 
     43/*---------------------------------------------------------------------------*/
    4544/*
    4645 * Flags of usage paths comparison modes.
     
    7473#define USB_HID_PATH_COMPARE_ANYWHERE           8
    7574
    76 
     75/*----------------------------------------------------------------------------*/
    7776/**
    7877 * Item of usage path structure. Last item of linked list describes one item
     
    9493
    9594
    96 
     95/*---------------------------------------------------------------------------*/
    9796/**
    9897 * USB HID usage path structure.
     
    113112} usb_hid_report_path_t;
    114113
    115 
     114/*---------------------------------------------------------------------------*/
    116115usb_hid_report_path_t *usb_hid_report_path(void);
    117116
    118117void usb_hid_report_path_free(usb_hid_report_path_t *path);
    119118
    120 errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,
     119int usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,
    121120                uint8_t report_id);
    122121
    123 errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,
     122int usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,
    124123                int32_t usage_page, int32_t usage);
    125124
Note: See TracChangeset for help on using the changeset viewer.