aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/hlr/logging.h')
-rw-r--r--include/osmocom/hlr/logging.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/osmocom/hlr/logging.h b/include/osmocom/hlr/logging.h
new file mode 100644
index 0000000..ed24075
--- /dev/null
+++ b/include/osmocom/hlr/logging.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <osmocom/core/logging.h>
+
+enum {
+ DMAIN,
+ DDB,
+ DGSUP,
+ DAUC,
+ DSS,
+};
+
+extern const struct log_info hlr_log_info;