Changeset 03362fbd in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2013-02-09T23:14:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
rb5d2e57 r03362fbd 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" … … 56 59 [HW_RES_DEV_IFACE] = &remote_hw_res_iface, 57 60 [CHAR_DEV_IFACE] = &remote_char_dev_iface, 61 [GRAPH_DEV_IFACE] = &remote_graph_dev_iface, 58 62 [NIC_DEV_IFACE] = &remote_nic_iface, 59 63 [PCI_DEV_IFACE] = &remote_pci_iface, … … 61 65 [USBHC_DEV_IFACE] = &remote_usbhc_iface, 62 66 [USBHID_DEV_IFACE] = &remote_usbhid_iface, 67 [CLOCK_DEV_IFACE] = &remote_clock_dev_iface, 68 [BATTERY_DEV_IFACE] = &remote_battery_dev_iface, 63 69 [AHCI_DEV_IFACE] = &remote_ahci_iface, 64 70 }
Note:
See TracChangeset
for help on using the changeset viewer.