Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v4.10.11.
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;