Changeset f3a3f0d7 in mainline
- Timestamp:
- 2006-06-12T20:00:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 279952c
- Parents:
- 8abbcc9
- Location:
- generic/src/ipc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/ipcrsc.c
r8abbcc9 rf3a3f0d7 89 89 * *** The answerbox hangs up (ipc_answer(EHANGUP)) 90 90 * - The phone is disconnected. EHANGUP response code is sent 91 * to the calling process. All new calls through this phone91 * to the calling task. All new calls through this phone 92 92 * get a EHUNGUP error code, the task is expected to 93 93 * send an sys_ipc_hangup after cleaning up it's internal structures. -
generic/src/ipc/irq.c
r8abbcc9 rf3a3f0d7 256 256 } 257 257 258 /** Notify process that an irq had happend258 /** Notify task that an irq had occurred. 259 259 * 260 260 * We expect interrupts to be disabled
Note:
See TracChangeset
for help on using the changeset viewer.