Changeset 5759975a in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2013-09-11T17:55:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f18d01b6
- Parents:
- 4c9b28a (diff), 26bc0fd1 (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
r4c9b28a r5759975a 40 40 #include "dev_iface.h" 41 41 #include "remote_hw_res.h" 42 #include "remote_pio_window.h" 42 43 #include "remote_char_dev.h" 43 44 #include "remote_clock_dev.h" … … 58 59 [AUDIO_PCM_BUFFER_IFACE] = &remote_audio_pcm_iface, 59 60 [HW_RES_DEV_IFACE] = &remote_hw_res_iface, 61 [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface, 60 62 [CHAR_DEV_IFACE] = &remote_char_dev_iface, 61 63 [GRAPH_DEV_IFACE] = &remote_graph_dev_iface,
Note:
See TracChangeset
for help on using the changeset viewer.