~jakub/helenos/ia64-revival

« back to all changes in this revision

Viewing changes to kernel/generic/include/ipc/ipcrsc.h

  • Committer: Jakub Jermar
  • Date: 2011-04-13 14:45:41 UTC
  • mfrom: (527.1.397 main-clone)
  • Revision ID: jakub@jermar.eu-20110413144541-x0j3r1zxqhsljx1o
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <proc/task.h>
39
39
#include <ipc/ipc.h>
40
40
 
41
 
extern call_t * get_call(unative_t callid);
 
41
extern call_t * get_call(sysarg_t callid);
42
42
extern int phone_alloc(task_t *t);
43
43
extern void phone_connect(int phoneid, answerbox_t *box);
44
44
extern void phone_dealloc(int phoneid);