blob: b3c978d05032d6a633e4a2428f37ea65e5df6da0 [file] [log] [blame]
Oliver Smith29532c22021-01-29 11:13:00 +01001#pragma once
2
3#include <stdio.h>
4#include <osmocom/core/linuxlist.h>
5
6#define DEBUG
7#include <osmocom/core/logging.h>
8
9/* Debug Areas of the code */
10enum {
Oliver Smith29532c22021-01-29 11:13:00 +010011 DGPRS,
Oliver Smith29532c22021-01-29 11:13:00 +010012 DOBJ,
13 Debug_LastEntry,
14};
15
16extern const struct log_info log_info;