]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/debug_locks.h
[NET]: net/sched annotations.
[linux-2.6-omap-h63xx.git] / include / linux / debug_locks.h
index 6a7047851e48b8174ffa0360e95e056a5d9921fa..952bee79a8f30902328277a6d16920a53e4da12f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __LINUX_DEBUG_LOCKING_H
 #define __LINUX_DEBUG_LOCKING_H
 
+struct task_struct;
+
 extern int debug_locks;
 extern int debug_locks_silent;
 
@@ -41,6 +43,8 @@ extern int debug_locks_off(void);
 # define locking_selftest()    do { } while (0)
 #endif
 
+struct task_struct;
+
 #ifdef CONFIG_LOCKDEP
 extern void debug_show_all_locks(void);
 extern void debug_show_held_locks(struct task_struct *task);