dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Dean Nelson 2008-07-29 22:34:03 -07:00 committed by Linus Torvalds
parent 355c54d2e7
commit da97052598
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
};
/*