Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/tools/lib/subcmd/subcmd-config.c
2026-04-04 07:45:01 +00:00

13 lines
286 B
C

// SPDX-License-Identifier: GPL-2.0
#include "subcmd-config.h"
#define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED"
struct subcmd_config subcmd_config = {
.exec_name = UNDEFINED,
.prefix = UNDEFINED,
.exec_path = UNDEFINED,
.exec_path_env = UNDEFINED,
.pager_env = UNDEFINED,
};