]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/sn/xp.h
[IA64-SGI] fixes for XPC disengage and open/close protocol
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / sn / xp.h
index f3052a54932bd0e4ca2ac435b3f825b074eb6933..30312be312069b416fa47f47a0f33c33ee97a2b4 100644 (file)
@@ -225,7 +225,9 @@ enum xpc_retval {
 
        xpcDisconnecting,       /* 49: channel disconnecting (closing) */
 
-       xpcUnknownReason        /* 50: unknown reason -- must be last in list */
+       xpcOpenCloseError,      /* 50: channel open/close protocol error */
+
+       xpcUnknownReason        /* 51: unknown reason -- must be last in list */
 };
 
 
@@ -350,7 +352,7 @@ typedef void (*xpc_notify_func)(enum xpc_retval reason, partid_t partid,
  *
  * The 'func' field points to the function to call when aynchronous
  * notification is required for such events as: a connection established/lost,
- * or an incomming message received, or an error condition encountered. A
+ * or an incoming message received, or an error condition encountered. A
  * non-NULL 'func' field indicates that there is an active registration for
  * the channel.
  */