BeRTOS
depend.h
Go to the documentation of this file.
00001 
00039 #ifndef CFG_DEPEND_H
00040 #define CFG_DEPEND_H
00041 
00042 #include <cfg/compiler.h> // STATIC_ASSERT()
00043 
00047 #define CONFIG_DEPEND(FEATURE, DEPS)  STATIC_ASSERT(!(FEATURE) || !!(DEPS))
00048 
00049 #endif // CFG_DEPEND_H