00001 00014 #ifndef _CO_BIT_H_ 00015 #define _CO_BIT_H_ 00016 00017 00037 #define CO_BIT(pos) (1UL<<(pos)) 00038 00040 #endif // _CO_BIT_H_