Changeset fc6e607 in mainline
- Timestamp:
- 2011-07-12T20:15:37Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb212e7
- Parents:
- 9d4c1b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci.c
r9d4c1b6 rfc6e607 81 81 return; 82 82 } 83 hc_t *hc = &uhci->hc;84 83 const uint16_t status = IPC_GET_ARG1(*call); 85 hc_interrupt( hc, status);84 hc_interrupt(&uhci->hc, status); 86 85 } 87 86 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.