Changeset 7c5bcc0 in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2007-11-11T17:21:33Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1314e3b
Parents:
81614543
Message:

Fix and improve two IPC related comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    r81614543 r7c5bcc0  
    234234 * @param phone         Phone structure the call comes from.
    235235 * @param box           Destination answerbox structure.
     236 * @param call          Call structure with request.
    236237 */
    237238static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call)
Note: See TracChangeset for help on using the changeset viewer.