diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-06-20 11:16:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-20 11:16:41 +0000 |
commit | 9d22c00dd63f99a2db8731905f96233cef7949f6 (patch) | |
tree | 50e6705ecb997280d7c915abef0c0e2ec8851167 /packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch | |
parent | 63685be96ca10cfe0fab542c7a3750efbbc4aa28 (diff) |
ixp4xx: version 2.1.1 of the access library added - compiles, untested, requires microcode loading support to be written before use.
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch b/packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch new file mode 100644 index 0000000000..6efdba5c1e --- /dev/null +++ b/packages/ixp4xx/ixp4xx-csr-2.1.1/bit-macro.patch @@ -0,0 +1,14 @@ +--- ixp400_xscale_sw/src/include/IxTypes.h 1970-01-01 00:00:00.000000000 +0000 ++++ ixp400_xscale_sw/src/include/IxTypes.h 1970-01-01 00:00:00.000000000 +0000 +@@ -79,6 +79,10 @@ + #endif + #endif + ++#ifndef BIT ++#define BIT(x) ((1)<<(x)) ++#endif ++ + #include "IxOsalBackward.h" + + #endif /* IxTypes_H */ + |