Changes in uspace/drv/block/ahci/ahci.c [ebc9c2c:8820544] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
rebc9c2c r8820544 890 890 /** AHCI interrupt handler. 891 891 * 892 * @param dev DDF device structure.893 892 * @param iid The IPC call id. 894 893 * @param icall The IPC call structure. 895 * 896 */ 897 static void ahci_interrupt(ddf_dev_t *dev, ipc_callid_t iid, ipc_call_t *icall) 894 * @param dev DDF device structure. 895 * 896 */ 897 static void ahci_interrupt(ipc_callid_t iid, ipc_call_t *icall, ddf_dev_t *dev) 898 898 { 899 899 ahci_dev_t *ahci = dev_ahci_dev(dev);
Note:
See TracChangeset
for help on using the changeset viewer.