diff options
Diffstat (limited to 'tools/perf/util/include/linux')
| -rw-r--r-- | tools/perf/util/include/linux/types.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/perf/util/include/linux/types.h b/tools/perf/util/include/linux/types.h index ed538942523d..858a38d08435 100644 --- a/tools/perf/util/include/linux/types.h +++ b/tools/perf/util/include/linux/types.h | |||
| @@ -1 +1,7 @@ | |||
| 1 | /* stub */ | 1 | #ifndef _PERF_LINUX_TYPES_H_ |
| 2 | #define _PERF_LINUX_TYPES_H_ | ||
| 3 | |||
| 4 | #define DECLARE_BITMAP(name,bits) \ | ||
| 5 | unsigned long name[BITS_TO_LONGS(bits)] | ||
| 6 | |||
| 7 | #endif | ||
