diff options
Diffstat (limited to 'include/asm-ia64/sn/xp.h')
-rw-r--r-- | include/asm-ia64/sn/xp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-ia64/sn/xp.h b/include/asm-ia64/sn/xp.h index f3052a54932b..30312be31206 100644 --- a/include/asm-ia64/sn/xp.h +++ b/include/asm-ia64/sn/xp.h | |||
@@ -225,7 +225,9 @@ enum xpc_retval { | |||
225 | 225 | ||
226 | xpcDisconnecting, /* 49: channel disconnecting (closing) */ | 226 | xpcDisconnecting, /* 49: channel disconnecting (closing) */ |
227 | 227 | ||
228 | xpcUnknownReason /* 50: unknown reason -- must be last in list */ | 228 | xpcOpenCloseError, /* 50: channel open/close protocol error */ |
229 | |||
230 | xpcUnknownReason /* 51: unknown reason -- must be last in list */ | ||
229 | }; | 231 | }; |
230 | 232 | ||
231 | 233 | ||
@@ -350,7 +352,7 @@ typedef void (*xpc_notify_func)(enum xpc_retval reason, partid_t partid, | |||
350 | * | 352 | * |
351 | * The 'func' field points to the function to call when aynchronous | 353 | * The 'func' field points to the function to call when aynchronous |
352 | * notification is required for such events as: a connection established/lost, | 354 | * notification is required for such events as: a connection established/lost, |
353 | * or an incomming message received, or an error condition encountered. A | 355 | * or an incoming message received, or an error condition encountered. A |
354 | * non-NULL 'func' field indicates that there is an active registration for | 356 | * non-NULL 'func' field indicates that there is an active registration for |
355 | * the channel. | 357 | * the channel. |
356 | */ | 358 | */ |