SlugOS: packages - deprecate ctrlproxy, depends on unstaged tbd.h (samba)
[openembedded.git] / recipes / ixp4xx / ixp4xx-csr-2.1.1 / bit-macro.patch
1 --- ixp400_xscale_sw/src/include/IxTypes.h      1970-01-01 00:00:00.000000000 +0000
2 +++ ixp400_xscale_sw/src/include/IxTypes.h      1970-01-01 00:00:00.000000000 +0000
3 @@ -79,6 +79,10 @@
4  #endif
5  #endif
6  
7 +#ifndef BIT
8 +#define BIT(x)  ((1)<<(x))
9 +#endif
10 +
11  #include "IxOsalBackward.h"
12  
13  #endif /* IxTypes_H */
14