#include <async.h>#include <errno.h>#include <assert.h>#include <stdio.h>#include "usbhid_iface.h"#include "ddf/driver.h"Go to the source code of this file.
Functions | |
| static void | remote_usbhid_get_event (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
| static void | remote_usbhid_get_event_length (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
| static void | remote_usbhid_get_report_descriptor (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
| static void | remote_usbhid_get_report_descriptor_length (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
Variables | |
| remote_iface_t | remote_usbhid_iface |
| Remote USB HID interface structure. | |
| static remote_iface_func_ptr_t | remote_usbhid_iface_ops [] |
| Remote USB HID interface operations. | |
Definition in file remote_usbhid.c.
1.4.7