diff options
Diffstat (limited to 'src/lib/libssx.h')
-rwxr-xr-x | src/lib/libssx.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/libssx.h b/src/lib/libssx.h deleted file mode 100755 index 2bdffd4..0000000 --- a/src/lib/libssx.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __LIBSSX_H__ -#define __LIBSSX_H__ - -// $Id: libssx.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/libssx.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - -/// \file libssx.h -/// \brief Header definitions with no other obvious home - -// Kernel panics - -#define ASSERTION_FAILURE 0x00542701 -#define ERROR_EXIT 0x00542702 - -#endif // __LIBSSX_H__ |