diff options
Diffstat (limited to 'include/linux/kdb.h')
| -rw-r--r-- | include/linux/kdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kdb.h b/include/linux/kdb.h index d72fa3908128..ccb2b3ec0fe8 100644 --- a/include/linux/kdb.h +++ b/include/linux/kdb.h | |||
| @@ -78,6 +78,9 @@ typedef enum { | |||
| 78 | KDB_REASON_SSTEP, /* Single Step trap. - regs valid */ | 78 | KDB_REASON_SSTEP, /* Single Step trap. - regs valid */ |
| 79 | } kdb_reason_t; | 79 | } kdb_reason_t; |
| 80 | 80 | ||
| 81 | extern int kdb_trap_printk; | ||
| 82 | extern int vkdb_printf(const char *fmt, va_list args) | ||
| 83 | __attribute__ ((format (printf, 1, 0))); | ||
| 81 | extern int kdb_printf(const char *, ...) | 84 | extern int kdb_printf(const char *, ...) |
| 82 | __attribute__ ((format (printf, 1, 2))); | 85 | __attribute__ ((format (printf, 1, 2))); |
| 83 | typedef int (*kdb_printf_t)(const char *, ...) | 86 | typedef int (*kdb_printf_t)(const char *, ...) |
