summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 11:58:31 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 15:31:23 -0700
commita84a320417013dbadd5686cb26df5f793c0c4b85 (patch)
tree8ced5289a7fc58318b3d26f99edc85f0d5d76e3d /com32/hdt/hdt-cli.h
parent6c8c8fcdbe99942406f00979cb19acc09fbc8c2c (diff)
downloadsyslinux-a84a320417013dbadd5686cb26df5f793c0c4b85.tar.gz
hdt: Make pci_show static
Impact: None. pci_show is only used in hdt-cli-pci.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 647de248..878e80e4 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -91,7 +91,6 @@ void show_dmi_memory_modules(struct s_hardware *hardware, bool clearscreen,
#define CLI_PCI_DEVICE "device"
void main_show_pci(struct s_hardware *hardware);
void handle_pci_commands(char *cli_line, struct s_hardware *hardware);
-void pci_show(char *item, struct s_hardware *hardware);
void cli_detect_pci(struct s_hardware *hardware);
// CPU STUFF