[debug] Add a debug area for MSC

This commit is contained in:
Holger Hans Peter Freyther 2009-08-18 12:54:50 +02:00
parent ed0a47b9c5
commit 32201c50a5
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define DINP 0x8000
#define DSCCP 0x10000
#define DMSC 0x20000
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)

View File

@ -58,6 +58,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DMUX, "DMUX", "", "")
DEBUG_CATEGORY(DMEAS, "DMEAS", "", "")
DEBUG_CATEGORY(DSCCP, "DSCCP", "", "")
DEBUG_CATEGORY(DMSC, "DMSC", "", "")
};
static int use_color = 1;