diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/xp.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/xp.h b/include/asm-ia64/sn/xp.h index 1df1c9f61a65..f3052a54932b 100644 --- a/include/asm-ia64/sn/xp.h +++ b/include/asm-ia64/sn/xp.h | |||
| @@ -217,7 +217,15 @@ enum xpc_retval { | |||
| 217 | xpcInvalidPartid, /* 42: invalid partition ID */ | 217 | xpcInvalidPartid, /* 42: invalid partition ID */ |
| 218 | xpcLocalPartid, /* 43: local partition ID */ | 218 | xpcLocalPartid, /* 43: local partition ID */ |
| 219 | 219 | ||
| 220 | xpcUnknownReason /* 44: unknown reason -- must be last in list */ | 220 | xpcOtherGoingDown, /* 44: other side going down, reason unknown */ |
| 221 | xpcSystemGoingDown, /* 45: system is going down, reason unknown */ | ||
| 222 | xpcSystemHalt, /* 46: system is being halted */ | ||
| 223 | xpcSystemReboot, /* 47: system is being rebooted */ | ||
| 224 | xpcSystemPoweroff, /* 48: system is being powered off */ | ||
| 225 | |||
| 226 | xpcDisconnecting, /* 49: channel disconnecting (closing) */ | ||
| 227 | |||
| 228 | xpcUnknownReason /* 50: unknown reason -- must be last in list */ | ||
| 221 | }; | 229 | }; |
| 222 | 230 | ||
| 223 | 231 | ||
