capabilities/syslog: open code cap_syslog logic to fix build failure
[pandora-kernel.git] / kernel / debug / debug_core.h
index c5d753d..3494c28 100644 (file)
@@ -40,6 +40,7 @@ struct debuggerinfo_struct {
        int                     exception_state;
        int                     ret_state;
        int                     irq_depth;
+       int                     enter_kgdb;
 };
 
 extern struct debuggerinfo_struct kgdb_info[];