Changeset 2c0e5d2 in mainline for kernel/generic/include/ipc/ipcrsc.h
- Timestamp:
- 2009-05-19T21:47:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fd651
- Parents:
- 0c2eee0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
r0c2eee0 r2c0e5d2 36 36 #define KERN_IPCRSC_H_ 37 37 38 #include <proc/task.h> 39 #include <ipc/ipc.h> 40 38 41 extern call_t * get_call(unative_t callid); 39 extern int phone_alloc( void);42 extern int phone_alloc(task_t *t); 40 43 extern void phone_connect(int phoneid, answerbox_t *box); 41 44 extern void phone_dealloc(int phoneid);
Note:
See TracChangeset
for help on using the changeset viewer.