blob: 1d4fbec5c64938b3dc7e8333151ad37657220453 [file] [log] [blame]
Sasha Levin5634bd72013-06-13 18:41:17 -04001#ifndef _LIBLOCKDEP_DEBUG_LOCKS_H_
2#define _LIBLOCKDEP_DEBUG_LOCKS_H_
3
4#include <stddef.h>
5#include <linux/compiler.h>
6
Ben Hutchingsbb7ea2a2017-05-25 12:58:37 +00007#define DEBUG_LOCKS_WARN_ON(x) WARN_ON(x)
Sasha Levin5634bd72013-06-13 18:41:17 -04008
9extern bool debug_locks;
10extern bool debug_locks_silent;
11
12#endif