summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-cli-pci.c')
-rw-r--r--com32/hdt/hdt-cli-pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli-pci.c b/com32/hdt/hdt-cli-pci.c
index 07c079d5..75fc0011 100644
--- a/com32/hdt/hdt-cli-pci.c
+++ b/com32/hdt/hdt-cli-pci.c
@@ -266,14 +266,17 @@ struct cli_callback_descr list_pci_show_modules[] = {
{
.name = CLI_IRQ,
.exec = show_pci_irq,
+ .nomodule=false,
},
{
.name = CLI_PCI_DEVICE,
.exec = show_pci_device,
+ .nomodule=false,
},
{
.name = NULL,
.exec = NULL,
+ .nomodule=false,
},
};