|
@@ -8,6 +8,8 @@
|
|
(((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
|
|
(((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
|
|
#define DECLARE_BITMAP(name,bits) \
|
|
#define DECLARE_BITMAP(name,bits) \
|
|
unsigned long name[BITS_TO_LONGS(bits)]
|
|
unsigned long name[BITS_TO_LONGS(bits)]
|
|
|
|
+
|
|
|
|
+#define BITS_PER_BYTE 8
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#include <linux/posix_types.h>
|
|
#include <linux/posix_types.h>
|