blob: 1eed7697fdf77504628b9afdf729ac5c016e5d7c [file] [log] [blame]
Philipp Maierc3413882017-10-27 12:26:54 +02001/* (C) 2017 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
2 * All Rights Reserved
3 *
4 * Author: Philipp Maier
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Affero General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Affero General Public License for more details.
15 *
16 * You should have received a copy of the GNU Affero General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 *
19 */
20
21#pragma once
22
23#include <stdio.h>
24#include <osmocom/core/linuxlist.h>
25
26#define DEBUG
27#include <osmocom/core/logging.h>
28
29/* Debug Areas of the code */
30enum {
31 DRTP,
Neels Hofmeyr306dc092018-09-30 05:01:20 +020032 DIUUP,
Philipp Maierc3413882017-10-27 12:26:54 +020033 Debug_LastEntry,
34};
35
36extern const struct log_info log_info;