summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 13:44:27 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 15:31:24 -0700
commit95b923e86024a584d94b333ffbdd81b985efbe0e (patch)
treec978804ed7f4b7610f215e7b70213a183812fcc8 /com32/hdt/hdt-menu.h
parentd4524c52e922b097ab4427fcb739f0ab0e3386e5 (diff)
downloadsyslinux-95b923e86024a584d94b333ffbdd81b985efbe0e.tar.gz
hdt: Make compute_pci_device static
Impact: None. compute_pci_device is only used in hdt-menu-pci.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-menu.h')
-rw-r--r--com32/hdt/hdt-menu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h
index 84d07d6c..59de0ff8 100644
--- a/com32/hdt/hdt-menu.h
+++ b/com32/hdt/hdt-menu.h
@@ -83,8 +83,6 @@ TIMEOUTCODE ontimeout();
void keys_handler(t_menusystem * ms, t_menuitem * mi, unsigned int scancode);
// PCI Stuff
-void compute_pci_device(struct s_my_menu *menu, struct pci_device *pci_device,
- int pci_bus, int pci_slot, int pci_func);
int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware);
// KERNEL Stuff