/************************************************************************* $Archive: /PACS/OnBoard/csl_type.h $ $Revision: 1.11 $ $Date: 2009/04/23 13:51:12 $ $Author: amazy $ $Log: csl_type.h,v $ Revision 1.11 2009/04/23 13:51:12 amazy 6.029 * * 4 3/14/06 4:31p Pacs Egse * Version 6.001 * Cleaned and commented *************************************************************************/ #define CSL_TYPE_H typedef unsigned int uint; // custom type for unsigned int #ifndef BOOL typedef int BOOL; #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #endif // BOOL