#include <async.h>#include <errno.h>#include "usb_iface.h"#include "ddf/driver.h"Go to the source code of this file.
Functions | |
| static void | remote_usb_get_address (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
| static void | remote_usb_get_hc_handle (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
| static void | remote_usb_get_interface (ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *) |
Variables | |
| remote_iface_t | remote_usb_iface |
| Remote USB interface structure. | |
| static remote_iface_func_ptr_t | remote_usb_iface_ops [] |
| Remote USB interface operations. | |
Definition in file remote_usb.c.
1.4.7