cpukit/libmisc/shell/main_pci.c: Add field in shell_pci_modifier table

This file had a table supporting the command line options.

Updates #5325.
This commit is contained in:
Joel Sherrill
2025-10-14 13:16:01 -05:00
parent 100d62d1ec
commit f6c6b309eb

View File

@@ -511,7 +511,7 @@ static struct shell_pci_modifier shell_pci_modifiers[MODIFIER_NUM] =
{"pcfg", shell_pci_pcfg, 0},
{"getdev", shell_pci_getdev, 0},
{"infodev", shell_pci_infodev, 0},
{"--help", shell_pci_usage},
{"--help", shell_pci_usage, 0},
};
static struct shell_pci_modifier *shell_pci_find_modifier(char *name)