Changeset 8e7c9fe in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (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
r3eb0c85 r8e7c9fe 43 43 #include "remote_char_dev.h" 44 44 #include "remote_clock_dev.h" 45 #include "remote_led_dev.h" 45 46 #include "remote_battery_dev.h" 46 #include "remote_graph_dev.h"47 47 #include "remote_nic.h" 48 48 #include "remote_usb.h" … … 61 61 [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface, 62 62 [CHAR_DEV_IFACE] = &remote_char_dev_iface, 63 [GRAPH_DEV_IFACE] = &remote_graph_dev_iface,64 63 [NIC_DEV_IFACE] = &remote_nic_iface, 65 64 [PCI_DEV_IFACE] = &remote_pci_iface, … … 68 67 [USBHID_DEV_IFACE] = &remote_usbhid_iface, 69 68 [CLOCK_DEV_IFACE] = &remote_clock_dev_iface, 69 [LED_DEV_IFACE] = &remote_led_dev_iface, 70 70 [BATTERY_DEV_IFACE] = &remote_battery_dev_iface, 71 71 [AHCI_DEV_IFACE] = &remote_ahci_iface,
Note:
See TracChangeset
for help on using the changeset viewer.