blob: 3d22cab0460f98ee7805fb870f290572816f1f56 [file] [log] [blame]
Holger Hans Peter Freythercbf7d182010-07-31 05:25:35 +08001#ifndef CELLMGR_DEBUG_H
2#define CELLMGR_DEBUG_H
3
4#define DEBUG
5#include <osmocore/logging.h>
6
7/* Debuag Areas of the code */
8enum {
9 DINP,
10 DMSC,
11 DSCCP,
12 DMGCP,
13};
14
15extern const struct log_info log_info;
16
17#endif