mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
sgi-xp: define xpSalError reason code
Define xpSalError reason code. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
355c54d2e7
commit
da97052598
@ -249,8 +249,9 @@ enum xp_retval {
|
||||
xpDisconnected, /* 51: channel disconnected (closed) */
|
||||
|
||||
xpBteCopyError, /* 52: bte_copy() returned error */
|
||||
xpSalError, /* 53: sn SAL error */
|
||||
|
||||
xpUnknownReason /* 53: unknown reason - must be last in enum */
|
||||
xpUnknownReason /* 54: unknown reason - must be last in enum */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user