--- ixp400_xscale_sw/src/include/IxTypes.h +++ ixp400_xscale_sw/src/include/IxTypes.h @@ -79,6 +79,10 @@ #endif #endif +#ifndef BIT +#define BIT(x) ((1)<<(x)) +#endif + #include "IxOsalBackward.h" #endif /* IxTypes_H */