summaryrefslogtreecommitdiff
path: root/xpp/zap_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/zap_debug.h')
-rw-r--r--xpp/zap_debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xpp/zap_debug.h b/xpp/zap_debug.h
index 6d8ac36..29403a8 100644
--- a/xpp/zap_debug.h
+++ b/xpp/zap_debug.h
@@ -31,6 +31,12 @@
#define WARN(fmt, ...) printk(KERN_WARNING "WARN-%s: %s: " fmt, THIS_MODULE->name, __FUNCTION__, ## __VA_ARGS__)
#define ERR(fmt, ...) printk(KERN_ERR "ERR-%s: " fmt, THIS_MODULE->name, ## __VA_ARGS__)
+/*
+ * Bits for print_dbg
+ */
+#define DBG_DEFAULT 0x01
+#define DBG_PCM 0x02
+
void dump_poll(int print_dbg, const char *msg, int poll);
static inline char *rxsig2str(zt_rxsig_t sig)