]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/sn/xp.h
[IA64-SGI] get XPC to cleanly disengage from remote memory references
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / sn / xp.h
index 1df1c9f61a6594b55cfab274db163561c61f1cac..f3052a54932bd0e4ca2ac435b3f825b074eb6933 100644 (file)
@@ -217,7 +217,15 @@ enum xpc_retval {
        xpcInvalidPartid,       /* 42: invalid partition ID */
        xpcLocalPartid,         /* 43: local partition ID */
 
-       xpcUnknownReason        /* 44: unknown reason -- must be last in list */
+       xpcOtherGoingDown,      /* 44: other side going down, reason unknown */
+       xpcSystemGoingDown,     /* 45: system is going down, reason unknown */
+       xpcSystemHalt,          /* 46: system is being halted */
+       xpcSystemReboot,        /* 47: system is being rebooted */
+       xpcSystemPoweroff,      /* 48: system is being powered off */
+
+       xpcDisconnecting,       /* 49: channel disconnecting (closing) */
+
+       xpcUnknownReason        /* 50: unknown reason -- must be last in list */
 };