![]() |
Helixis 1.0
Task Programming API
|
00001 #ifndef __LIBLFDS_INTERNAL_H 00002 #define __LIBLFDS_INTERNAL_H 00003 00004 /***** public prototypes *****/ 00005 #include "liblfds.h" 00006 00007 #if defined(HLX_BUILD_WITH_PARALLEL_THREADING) 00008 00009 /***** defines *****/ 00010 #define and && 00011 #define or || 00012 00013 #define RAISED 1 00014 #define LOWERED 0 00015 00016 #define NO_FLAGS 0x0 00017 00018 #endif 00019 00020 #endif