Changes in uspace/lib/drv/generic/dev_iface.c [20ebab6f:9904eb90] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r20ebab6f r9904eb90 41 41 #include "remote_hw_res.h" 42 42 #include "remote_char_dev.h" 43 #include "remote_clock_dev.h"44 43 #include "remote_nic.h" 45 44 #include "remote_usb.h" … … 47 46 #include "remote_usbhid.h" 48 47 #include "remote_pci.h" 48 #include "remote_ahci.h" 49 49 50 50 static iface_dipatch_table_t remote_ifaces = { … … 57 57 &remote_usbhc_iface, 58 58 &remote_usbhid_iface, 59 &remote_ clock_dev_iface,59 &remote_ahci_iface 60 60 } 61 61 };
Note:
See TracChangeset
for help on using the changeset viewer.