diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/trusty/trusty_ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/trusty/trusty_ipc.h b/include/linux/trusty/trusty_ipc.h index da785e98d..e76e252e4 100644 --- a/include/linux/trusty/trusty_ipc.h +++ b/include/linux/trusty/trusty_ipc.h | |||
| @@ -44,6 +44,7 @@ struct tipc_chan_ops { | |||
| 44 | void (*handle_event)(void *cb_arg, int event); | 44 | void (*handle_event)(void *cb_arg, int event); |
| 45 | struct tipc_msg_buf *(*handle_msg)(void *cb_arg, | 45 | struct tipc_msg_buf *(*handle_msg)(void *cb_arg, |
| 46 | struct tipc_msg_buf *mb); | 46 | struct tipc_msg_buf *mb); |
| 47 | void (*handle_release)(void *cb_arg); | ||
| 47 | }; | 48 | }; |
| 48 | 49 | ||
| 49 | struct tipc_chan *tipc_create_channel(struct device *dev, | 50 | struct tipc_chan *tipc_create_channel(struct device *dev, |
