mirror of
https://github.com/drasko/codezero.git
synced 2026-01-26 01:33:21 +01:00
Added kernel + libl4 changes for full and extended ipc.
- Short ipc working as normal. Full/extended ipc haven't been tested. - Added automated compilation and inclusion of test executable in test0.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#if defined (__KERNEL__)
|
||||
|
||||
/* These are for internally created ipc paths. */
|
||||
int ipc_send(l4id_t to);
|
||||
int ipc_sendrecv(l4id_t to, l4id_t from);
|
||||
int ipc_send(l4id_t to, int full);
|
||||
int ipc_sendrecv(l4id_t to, l4id_t from, int full);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user