Changes in kernel/generic/include/ipc/ipcrsc.h [4e5dabf:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
r4e5dabf r96b02eb9 39 39 #include <ipc/ipc.h> 40 40 41 extern call_t * get_call(sysarg_t);42 extern int phone_alloc(task_t * );43 extern void phone_connect(int , answerbox_t *);44 extern void phone_dealloc(int );41 extern call_t * get_call(sysarg_t callid); 42 extern int phone_alloc(task_t *t); 43 extern void phone_connect(int phoneid, answerbox_t *box); 44 extern void phone_dealloc(int phoneid); 45 45 46 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.