/************************************************************************* $Archive: /PACS/OnBoard/csl_type.h $ $Revision: 4 $ $Date: 3/14/06 4:31p $ $Author: Pacs Egse $ $Log: /PACS/OnBoard/csl_type.h $ * * 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