debug_locks.h 221 B

12345678910111213
  1. #ifndef _LIBLOCKDEP_DEBUG_LOCKS_H_
  2. #define _LIBLOCKDEP_DEBUG_LOCKS_H_
  3. #include <stddef.h>
  4. #include <linux/compiler.h>
  5. #define DEBUG_LOCKS_WARN_ON(x) (x)
  6. extern bool debug_locks;
  7. extern bool debug_locks_silent;
  8. #endif