Changeset 90f05b0f in mainline for uspace/lib/drv/generic/dev_iface.c
- Timestamp:
- 2012-07-09T07:46:24Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68d1313
- Parents:
- 0336354a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r0336354a r90f05b0f 47 47 #include "remote_pci.h" 48 48 #include "remote_audio_mixer.h" 49 #include "remote_audio_pcm _buffer.h"49 #include "remote_audio_pcm.h" 50 50 51 51 static const iface_dipatch_table_t remote_ifaces = { 52 52 .ifaces = { 53 53 [AUDIO_MIXER_IFACE] = &remote_audio_mixer_iface, 54 [AUDIO_PCM_BUFFER_IFACE] = &remote_audio_pcm_ buffer_iface,54 [AUDIO_PCM_BUFFER_IFACE] = &remote_audio_pcm_iface, 55 55 [HW_RES_DEV_IFACE] = &remote_hw_res_iface, 56 56 [CHAR_DEV_IFACE] = &remote_char_dev_iface,
Note:
See TracChangeset
for help on using the changeset viewer.