Changes in uspace/lib/drv/generic/dev_iface.c [9904eb90:20ebab6f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r9904eb90 r20ebab6f 41 41 #include "remote_hw_res.h" 42 42 #include "remote_char_dev.h" 43 #include "remote_clock_dev.h" 43 44 #include "remote_nic.h" 44 45 #include "remote_usb.h" … … 46 47 #include "remote_usbhid.h" 47 48 #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_ ahci_iface59 &remote_clock_dev_iface, 60 60 } 61 61 };
Note:
See TracChangeset
for help on using the changeset viewer.