Linux 4.16-rc1
[cris-mirror.git] / tools / include / linux / debug_locks.h
blob72d595ce764ae98ad4f18c12578618e085e87ca5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LIBLOCKDEP_DEBUG_LOCKS_H_
3 #define _LIBLOCKDEP_DEBUG_LOCKS_H_
5 #include <stddef.h>
6 #include <linux/compiler.h>
7 #include <asm/bug.h>
9 #define DEBUG_LOCKS_WARN_ON(x) WARN_ON(x)
11 extern bool debug_locks;
12 extern bool debug_locks_silent;
14 #endif