Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
Note: File does not exist in v5.14.15.
1// SPDX-License-Identifier: GPL-2.0
2
3#define MAX_PATH		1024
4
5void debug_msg(const char *fmt, ...);
6void err_msg(const char *fmt, ...);
7
8extern int config_debug;