Changeset 5eb90cb in mainline for uspace/srv/obio/obio.c
- Timestamp:
- 2009-03-17T20:33:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- f3f7009
- Parents:
- e16e0d59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/obio/obio.c
re16e0d59 r5eb90cb 95 95 case BUS_CLEAR_INTERRUPT: 96 96 inr = IPC_GET_ARG1(call); 97 base_virt[OBIO_CIR(inr & INO_MASK)] = 0;97 base_virt[OBIO_CIR(inr) & INO_MASK] = 0; 98 98 ipc_answer_0(callid, EOK); 99 99 break;
Note:
See TracChangeset
for help on using the changeset viewer.