00026b30b972179f7f05600540d377e288a12370
[ceph.git] / src / common / lockdep.h
1 #ifndef _CEPH_LOCKDEP_H
2 #define _CEPH_LOCKDEP_H
3
4 extern int g_lockdep;
5
6 extern int lockdep_register(const char *n);
7 extern int lockdep_will_lock(const char *n, int id);
8 extern int lockdep_locked(const char *n, int id);
9 extern int lockdep_unlocked(const char *n, int id);
10
11 #endif