Changes in uspace/lib/drv/generic/dev_iface.c [27b85d9:22027b6e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r27b85d9 r22027b6e 41 41 #include "remote_hw_res.h" 42 42 #include "remote_char_dev.h" 43 #include "remote_usb.h"44 #include "remote_usbhc.h"45 #include "remote_usbhid.h"46 #include "remote_pci.h"47 43 48 44 static iface_dipatch_table_t remote_ifaces = { 49 45 .ifaces = { 50 46 &remote_hw_res_iface, 51 &remote_char_dev_iface, 52 &remote_pci_iface, 53 &remote_usb_iface, 54 &remote_usbhc_iface, 55 &remote_usbhid_iface 47 &remote_char_dev_iface 56 48 } 57 49 };
Note:
See TracChangeset
for help on using the changeset viewer.