aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib/pci/pci.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-20 22:26:39 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-20 22:27:28 -0800
commitee43a6e64a6498f457e46f1e2844ab3506ba889d (patch)
tree9808fb8bb8e65b7256d7551ba6a32297e8389636 /com32/lib/pci/pci.h
parent9591feebc4ea6f5469027f26ef0759c91e42cafe (diff)
downloadsyslinux.git-ee43a6e64a6498f457e46f1e2844ab3506ba889d.tar.gz
syslinux.git-ee43a6e64a6498f457e46f1e2844ab3506ba889d.tar.xz
syslinux.git-ee43a6e64a6498f457e46f1e2844ab3506ba889d.zip
libpci: merge BIOS read and BIOS writeHEADmaster
Save a few bytes by merging the very similar BIOS read and BIOS write functions. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/lib/pci/pci.h')
-rw-r--r--com32/lib/pci/pci.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/lib/pci/pci.h b/com32/lib/pci/pci.h
index 66a1eb50..8d81b0e4 100644
--- a/com32/lib/pci/pci.h
+++ b/com32/lib/pci/pci.h
@@ -10,7 +10,6 @@
#include <sys/cpu.h>
extern enum pci_config_type __pci_cfg_type;
-extern uint32_t __pci_read_bios(uint32_t call, pciaddr_t a);
-extern void __pci_write_bios(uint32_t call, uint32_t v, pciaddr_t a);
+extern uint32_t __pci_read_write_bios(uint32_t call, uint32_t v, pciaddr_t a);
#endif /* PCI_PCI_H */