Skip to content

Commit

Permalink
sgi-xp: define xpSalError reason code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dean Nelson authored and Linus Torvalds committed Jul 30, 2008
1 parent 355c54d commit da97052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/misc/sgi-xp/xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

/*
Expand Down

0 comments on commit da97052

Please sign in to comment.