diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xpc_main.c')
-rw-r--r-- | drivers/misc/sgi-xp/xpc_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/sgi-xp/xpc_main.c b/drivers/misc/sgi-xp/xpc_main.c index 2934b447300..b5f3c5e59db 100644 --- a/drivers/misc/sgi-xp/xpc_main.c +++ b/drivers/misc/sgi-xp/xpc_main.c | |||
@@ -186,6 +186,8 @@ void (*xpc_check_remote_hb) (void); | |||
186 | enum xp_retval (*xpc_make_first_contact) (struct xpc_partition *part); | 186 | enum xp_retval (*xpc_make_first_contact) (struct xpc_partition *part); |
187 | void (*xpc_notify_senders_of_disconnect) (struct xpc_channel *ch); | 187 | void (*xpc_notify_senders_of_disconnect) (struct xpc_channel *ch); |
188 | u64 (*xpc_get_chctl_all_flags) (struct xpc_partition *part); | 188 | u64 (*xpc_get_chctl_all_flags) (struct xpc_partition *part); |
189 | enum xp_retval (*xpc_allocate_msgqueues) (struct xpc_channel *ch); | ||
190 | void (*xpc_free_msgqueues) (struct xpc_channel *ch); | ||
189 | void (*xpc_process_msg_chctl_flags) (struct xpc_partition *part, int ch_number); | 191 | void (*xpc_process_msg_chctl_flags) (struct xpc_partition *part, int ch_number); |
190 | int (*xpc_n_of_deliverable_msgs) (struct xpc_channel *ch); | 192 | int (*xpc_n_of_deliverable_msgs) (struct xpc_channel *ch); |
191 | struct xpc_msg *(*xpc_get_deliverable_msg) (struct xpc_channel *ch); | 193 | struct xpc_msg *(*xpc_get_deliverable_msg) (struct xpc_channel *ch); |