Rev 2089 | Rev 2105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 2098 | ||
---|---|---|---|
Line 175... | Line 175... | ||
175 | /* The caller box is different from sender->answerbox |
175 | /* The caller box is different from sender->answerbox |
176 | * for synchronous calls |
176 | * for synchronous calls |
177 | */ |
177 | */ |
178 | answerbox_t *callerbox; |
178 | answerbox_t *callerbox; |
179 | 179 | ||
180 | unative_t private; /**< Private data to internal IPC */ |
180 | unative_t priv; /**< Private data to internal IPC */ |
181 | 181 | ||
182 | ipc_data_t data; /**< Data passed from/to userspace */ |
182 | ipc_data_t data; /**< Data passed from/to userspace */ |
183 | } call_t; |
183 | } call_t; |
184 | 184 | ||
185 | extern void ipc_init(void); |
185 | extern void ipc_init(void); |