Make libdebug osmocore complatible in some places

This commit is contained in:
Andreas Eversberg 2023-01-20 18:05:07 +01:00
parent f4abbaf027
commit ffaed13648
1 changed files with 7 additions and 0 deletions

View File

@ -84,3 +84,10 @@ extern int debug_limit_scroll;
const char *debug_hex(const uint8_t *data, int len);
#define LOGP PDEBUG
#define LOGL_DEBUG DEBUG_DEBUG
#define LOGL_INFO DEBUG_INFO
#define LOGL_NOTICE DEBUG_NOTICE
#define LOGL_ERROR DEBUG_ERROR
#define osmo_hexdump debug_hex