You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ixp4xx/files/2.1/11-oe-bit-macro.patch

15 lines
230 B

--- 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 */