Changeset 8820544 in mainline for uspace/drv/block/ahci/ahci.c
- Timestamp:
- 2014-08-16T00:02:04Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35b8bfe, 8cd680c
- Parents:
- 83f29e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
r83f29e0 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.