ARM: dts: ape6evm: Name serial port pfc subnode after device name
[deliverable/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.038514 seconds and 5 git commands to generate.