osmo-v5/logging.h

16 lines
163 B
C
Raw Normal View History

2022-11-29 17:44:57 +00:00
#pragma once
#include <osmocom/core/logging.h>
enum {
DV5,
DV5CTRL,
2022-12-03 11:36:27 +00:00
DV5PROV,
DV5PORT,
DV5PSTN,
DV5MGMT,
2022-11-29 17:44:57 +00:00
DV5EF,
};
extern const struct log_info log_info;