#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__