summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dahdi/kernel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 19378e4..42a59d9 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -1244,8 +1244,12 @@ wait_for_completion_timeout(struct completion *x, unsigned long timeout)
#define dahdi_err(fmt, ...) DAHDI_PRINTK(ERR, "", fmt, ## __VA_ARGS__)
#define span_info(span, fmt, ...) span_printk(INFO, "", span, fmt, \
## __VA_ARGS__)
+#define span_notice(span, fmt, ...) span_printk(NOTICE, "", span, fmt, \
+ ## __VA_ARGS__)
#define span_err(span, fmt, ...) span_printk(ERR, "", span, fmt, \
## __VA_ARGS__)
+#define chan_notice(span, fmt, ...) chan_printk(NOTICE, "", chan, fmt, \
+ ## __VA_ARGS__)
#define chan_err(chan, fmt, ...) chan_printk(ERR, "", chan, fmt, \
## __VA_ARGS__)