Changeset 2c0e5d2 in mainline for kernel/generic/include/ipc/ipcrsc.h


Ignore:
Timestamp:
2009-05-19T21:47:00Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27fd651
Parents:
0c2eee0
Message:

Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.

File:
1 edited

Legend:

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

    r0c2eee0 r2c0e5d2  
    3636#define KERN_IPCRSC_H_
    3737
     38#include <proc/task.h>
     39#include <ipc/ipc.h>
     40
    3841extern call_t * get_call(unative_t callid);
    39 extern int phone_alloc(void);
     42extern int phone_alloc(task_t *t);
    4043extern void phone_connect(int phoneid, answerbox_t *box);
    4144extern void phone_dealloc(int phoneid);
Note: See TracChangeset for help on using the changeset viewer.