mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Changed full boolean with ipc flags and simplified ipc calls.
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 full);
|
||||
int ipc_sendrecv(l4id_t to, l4id_t from, int full);
|
||||
int ipc_send(l4id_t to, unsigned int flags);
|
||||
int ipc_sendrecv(l4id_t to, l4id_t from, unsigned int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user