From b480f41b5738b3033a69c3e4e760e7c148d31c13 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 18 Feb 2009 03:27:39 +0000 Subject: [PATCH] add DMUX debug prefix --- include/openbsc/debug.h | 3 +++ 1 file changed, 3 insertions(+) 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)