Rev 2071 | Rev 2106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #define KERN_SYSIPC_H_ |
36 | #define KERN_SYSIPC_H_ |
37 | 37 | ||
38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
39 | #include <ipc/irq.h> |
39 | #include <ipc/irq.h> |
40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
41 | #include <typedefs.h> |
- | |
42 | 41 | ||
43 | unative_t sys_ipc_call_sync_fast(unative_t phoneid, unative_t method, |
42 | unative_t sys_ipc_call_sync_fast(unative_t phoneid, unative_t method, |
44 | unative_t arg1, ipc_data_t *data); |
43 | unative_t arg1, ipc_data_t *data); |
45 | unative_t sys_ipc_call_sync(unative_t phoneid, ipc_data_t *question, |
44 | unative_t sys_ipc_call_sync(unative_t phoneid, ipc_data_t *question, |
46 | ipc_data_t *reply); |
45 | ipc_data_t *reply); |