vserver 1.9.5.x5
[linux-2.6.git] / include / asm-ppc64 / bug.h
index 790bc56..db31dd2 100644 (file)
@@ -18,6 +18,8 @@ struct bug_entry {
        const char      *function;
 };
 
+struct bug_entry *find_bug(unsigned long bugaddr);
+
 /*
  * If this bit is set in the line number it means that the trap
  * is for WARN_ON rather than BUG or BUG_ON.