Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/usbhid/usbhid.h

    rb7fd2a0 r5a6cc679  
    4343#include <usb/dev/pipes.h>
    4444#include <usb/dev/driver.h>
     45#include <usb/dev/poll.h>
    4546#include <usb/hid/hid.h>
    4647#include <stdbool.h>
     
    106107        usb_endpoint_mapping_t *poll_pipe_mapping;
    107108
     109        /** Device polling structure. */
     110        usb_polling_t polling;
     111
    108112        /** Subdrivers. */
    109113        usb_hid_subdriver_t *subdrivers;
     
    138142void usb_hid_deinit(usb_hid_dev_t *hid_dev);
    139143
    140 bool usb_hid_polling_callback(usb_device_t *dev,
    141     uint8_t *buffer, size_t buffer_size, void *arg);
    142 
    143 void usb_hid_polling_ended_callback(usb_device_t *dev, bool reason, void *arg);
    144 
    145144void usb_hid_new_report(usb_hid_dev_t *hid_dev);
    146145
Note: See TracChangeset for help on using the changeset viewer.