]> bbs.cooldavid.org Git - net-next-2.6.git/blob - tools/perf/util/include/linux/types.h
196862a81a218e8d3603db854e1263b9ce317963
[net-next-2.6.git] / tools / perf / util / include / linux / types.h
1 #ifndef _PERF_LINUX_TYPES_H_
2 #define _PERF_LINUX_TYPES_H_
3
4 #include <asm/types.h>
5
6 #define DECLARE_BITMAP(name,bits) \
7         unsigned long name[BITS_TO_LONGS(bits)]
8
9 #endif