summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-03 21:27:39 +0000
committerhpa <hpa>2005-08-03 21:27:39 +0000
commit5c561585b51eeb952e35e898f325c8c9a1a4db6e (patch)
treedb1b1c3bf66308621b00f661b884d0153037b5c5
parent1517373ef166666f6dfbeb878010d2d3517876d2 (diff)
downloadsyslinux-5c561585b51eeb952e35e898f325c8c9a1a4db6e.tar.gz
Add PCI_CFG_BIOS
-rw-r--r--com32/include/sys/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/include/sys/pci.h b/com32/include/sys/pci.h
index bfa7e601..5f530608 100644
--- a/com32/include/sys/pci.h
+++ b/com32/include/sys/pci.h
@@ -17,6 +17,7 @@ enum pci_config_type {
PCI_CFG_AUTO = 0, /* autodetect */
PCI_CFG_TYPE1 = 1,
PCI_CFG_TYPE2 = 2,
+ PCI_CFG_BIOS = 3,
};
void pci_set_config_type(enum pci_config_type);