]> Git Repo - linux.git/blob - tools/lib/subcmd/subcmd-config.c
arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
[linux.git] / tools / lib / subcmd / subcmd-config.c
1 #include "subcmd-config.h"
2
3 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED"
4
5 struct subcmd_config subcmd_config = {
6         .exec_name      = UNDEFINED,
7         .prefix         = UNDEFINED,
8         .exec_path      = UNDEFINED,
9         .exec_path_env  = UNDEFINED,
10         .pager_env      = UNDEFINED,
11 };
This page took 0.024456 seconds and 4 git commands to generate.