1// SPDX-License-Identifier: GPL-2.02 3#define MAX_PATH 10244 5void debug_msg(const char *fmt, ...);6void err_msg(const char *fmt, ...);7 8extern int config_debug;9