From 5c561585b51eeb952e35e898f325c8c9a1a4db6e Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 3 Aug 2005 21:27:39 +0000 Subject: [PATCH] Add PCI_CFG_BIOS --- com32/include/sys/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/include/sys/pci.h b/com32/include/sys/pci.h index bfa7e60..5f53060 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); -- 2.7.4