Changeset 132ab5d1 in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2018-01-30T03:20:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (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
r8bfb163 r132ab5d1 42 42 #include "remote_hw_res.h" 43 43 #include "remote_pio_window.h" 44 #include "remote_char_dev.h"45 44 #include "remote_clock_dev.h" 46 45 #include "remote_led_dev.h" … … 63 62 [HW_RES_DEV_IFACE] = &remote_hw_res_iface, 64 63 [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface, 65 [CHAR_DEV_IFACE] = &remote_char_dev_iface,66 64 [NIC_DEV_IFACE] = &remote_nic_iface, 67 65 [IEEE80211_DEV_IFACE] = &remote_ieee80211_iface,
Note:
See TracChangeset
for help on using the changeset viewer.