Code clean. Change BAMBOO_EXIT macro to print out file name and line #
[IRC.git] / Robust / src / Runtime / bamboo / multicore.h
1 #ifndef BAMBOO_MULTICORE_H
2 #define BAMBOO_MULTICORE_H
3 #ifdef MULTICORE
4
5 #ifndef INLINE
6 #define INLINE    inline __attribute__((always_inline))
7 #endif
8
9 #ifndef bool
10 #define bool int
11 #define true 1
12 #define false 0
13 #endif
14
15 #endif // MULTICORE
16 #endif // BAMBOO_MULTICORE_H