summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/logging.h
blob: c3cac117fdaef8e111acb6b3ca513ac13f64c247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _OSMO_ABIS_LOGGING_H_
#define _OSMO_ABIS_LOGGING_H_

#include <osmocom/core/logging.h>

/* logging subsystems. */
enum {
	DINP	= OSMO_LOG_SS_ABIS_RESERVED,
	DMUX,
	DMI,
	DMIB,
	DRSL,
	DNM,
};

#endif