1 #ifndef _CEPH_LOCKDEP_H
2 #define _CEPH_LOCKDEP_H
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);