Changes in uspace/lib/drv/generic/dev_iface.c [5c55eb7:4122410] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
r5c55eb7 r4122410 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2010 Lenka Trochtova 4 3 * All rights reserved. … … 54 53 #include "remote_audio_mixer.h" 55 54 #include "remote_audio_pcm.h" 55 #include "remote_ahci.h" 56 56 57 57 static const iface_dipatch_table_t remote_ifaces = { … … 71 71 [LED_DEV_IFACE] = &remote_led_dev_iface, 72 72 [BATTERY_DEV_IFACE] = &remote_battery_dev_iface, 73 [AHCI_DEV_IFACE] = &remote_ahci_iface, 73 74 } 74 75 };
Note:
See TracChangeset
for help on using the changeset viewer.