Changes in uspace/lib/drv/generic/dev_iface.c [d0ca4c5:8e4a408] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
rd0ca4c5 r8e4a408 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.