summaryrefslogtreecommitdiff
path: root/kern/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/lock.h')
-rw-r--r--kern/lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/lock.h b/kern/lock.h
index 48976196..70f825c9 100644
--- a/kern/lock.h
+++ b/kern/lock.h
@@ -231,4 +231,6 @@ extern void lock_clear_recursive(lock_t);
extern void db_show_all_slocks(void);
#endif /* MACH_KDB */
+extern void lip(void);
+
#endif /* _KERN_LOCK_H_ */