Changes in uspace/lib/drv/generic/dev_iface.c [96b02eb9:56fb3732] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r96b02eb9 r56fb3732 39 39 #include "remote_res.h" 40 40 #include "remote_char.h" 41 #include "remote_usb.h" 42 #include "remote_usbhc.h" 41 43 42 44 static iface_dipatch_table_t remote_ifaces = { 43 45 .ifaces = { 44 46 &remote_res_iface, 45 &remote_char_iface 47 &remote_char_iface, 48 &remote_usb_iface, 49 &remote_usbhc_iface 46 50 } 47 51 };
Note:
See TracChangeset
for help on using the changeset viewer.