aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-27 17:02:56 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-27 17:02:56 +0000
commita3d0438ff7b7b8b927e8a2d579c557c1fb3a844c (patch)
tree3e662c2bb8259f4ef32b48005919bf1efa958968 /include/openbsc/debug.h
parent6e2e545fa124b734f22ed0416712a683430f0b55 (diff)
missing header file changes
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index 018a11657..6fea58794 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -10,6 +10,7 @@
#define DRSL 0x0010
#define DNM 0x0020
#define DMI 0x1000
+#define DMIB 0x2000
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, fmt, ## args)