Changeset b61d47d in mainline for kernel/generic/include/ipc


Ignore:
Timestamp:
2007-12-02T20:00:14Z (18 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90c35436
Parents:
8df2eab
Message:

Function ipc_connect_me_to sends 3 user defined arguments now.
One argument added also to ipc_forward_fast.
Fixed devmap and improved its test.

Location:
kernel/generic/include/ipc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r8df2eab rb61d47d  
    139139 *                       indicating that it wants to be connected to some
    140140 *                       service
    141  *                     - arg1/2 are user specified, arg3 contains
     141 *                     - arg1/2/3 are user specified, arg5 contains
    142142 *                       address of the phone that should be connected
    143143 *                       (TODO: it leaks to userspace)
  • kernel/generic/include/ipc/sysipc.h

    r8df2eab rb61d47d  
    5353    int nonblocking);
    5454unative_t sys_ipc_forward_fast(unative_t callid, unative_t phoneid,
    55     unative_t method, unative_t arg1, int mode);
     55    unative_t method, unative_t arg1, unative_t arg2, int mode);
    5656unative_t sys_ipc_hangup(int phoneid);
    5757unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method,
Note: See TracChangeset for help on using the changeset viewer.