diff options
Diffstat (limited to 'tools/lib/lockdep/uinclude/linux/debug_locks.h')
| -rw-r--r-- | tools/lib/lockdep/uinclude/linux/debug_locks.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/lib/lockdep/uinclude/linux/debug_locks.h b/tools/lib/lockdep/uinclude/linux/debug_locks.h new file mode 100644 index 000000000000..f38eb64df794 --- /dev/null +++ b/tools/lib/lockdep/uinclude/linux/debug_locks.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #ifndef _LIBLOCKDEP_DEBUG_LOCKS_H_ | ||
| 2 | #define _LIBLOCKDEP_DEBUG_LOCKS_H_ | ||
| 3 | |||
| 4 | #include <stddef.h> | ||
| 5 | #include <linux/compiler.h> | ||
| 6 | |||
| 7 | #define DEBUG_LOCKS_WARN_ON(x) (x) | ||
| 8 | |||
| 9 | extern bool debug_locks; | ||
| 10 | extern bool debug_locks_silent; | ||
| 11 | |||
| 12 | #endif | ||
