aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-18 03:27:39 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-18 03:27:39 +0000
commitb480f41b5738b3033a69c3e4e760e7c148d31c13 (patch)
tree13b0ac058fb302657a0094ee2b1652bc38ec7ab5 /include/openbsc/debug.h
parent93d3f37f6ca35ff71c7773ca2fb1c98012039aa6 (diff)
add DMUX debug prefix
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index 3945ee60c..e42c9f192 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -9,10 +9,13 @@
#define DRR 0x0008
#define DRSL 0x0010
#define DNM 0x0020
+
#define DSMS 0x0100
#define DPAG 0x0200
+
#define DMI 0x1000
#define DMIB 0x2000
+#define DMUX 0x4000
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)