Changes in uspace/lib/drv/generic/dev_iface.c [609243f4:8930624] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r609243f4 r8930624 41 41 #include "remote_hw_res.h" 42 42 #include "remote_char_dev.h" 43 #include "remote_clock_dev.h" 44 #include "remote_battery_dev.h" 45 #include "remote_graph_dev.h" 43 46 #include "remote_nic.h" 44 47 #include "remote_usb.h" … … 46 49 #include "remote_usbhid.h" 47 50 #include "remote_pci.h" 51 #include "remote_ahci.h" 48 52 49 53 static iface_dipatch_table_t remote_ifaces = { … … 51 55 &remote_hw_res_iface, 52 56 &remote_char_dev_iface, 57 &remote_graph_dev_iface, 53 58 &remote_nic_iface, 54 59 &remote_pci_iface, 55 60 &remote_usb_iface, 56 61 &remote_usbhc_iface, 57 &remote_usbhid_iface 62 &remote_usbhid_iface, 63 &remote_clock_dev_iface, 64 &remote_battery_dev_iface, 65 &remote_ahci_iface 58 66 } 59 67 };
Note:
See TracChangeset
for help on using the changeset viewer.