1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_SUBCMD_CONFIG_H
3 #define __PERF_SUBCMD_CONFIG_H
9 const char *exec_path_env
;
10 const char *pager_env
;
13 extern struct subcmd_config subcmd_config
;
15 #endif /* __PERF_SUBCMD_CONFIG_H */