summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/include/virtphy/logging.h
blob: 6ca252534183c121707610e91c2a5c3a91d18362 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <osmocom/core/logging.h>

#define DL1C 0
#define DVIRPHY 1

extern const struct log_info ms_log_info;

int ms_log_init(char *cat_mask);
const char *getL1ctlPrimName(uint8_t type);