Changeset 94e46c9 in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2015-05-23T04:09:11Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5143bd
- Parents:
- a25d893 (diff), 0683992 (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
ra25d893 r94e46c9 46 46 #include "remote_battery_dev.h" 47 47 #include "remote_nic.h" 48 #include "remote_ieee80211.h" 48 49 #include "remote_usb.h" 49 50 #include "remote_usbhc.h" … … 62 63 [CHAR_DEV_IFACE] = &remote_char_dev_iface, 63 64 [NIC_DEV_IFACE] = &remote_nic_iface, 65 [IEEE80211_DEV_IFACE] = &remote_ieee80211_iface, 64 66 [PCI_DEV_IFACE] = &remote_pci_iface, 65 67 [USB_DEV_IFACE] = &remote_usb_iface,
Note:
See TracChangeset
for help on using the changeset viewer.