diff options
author | hpa <hpa> | 2005-08-03 21:27:39 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-08-03 21:27:39 +0000 |
commit | 5c561585b51eeb952e35e898f325c8c9a1a4db6e (patch) | |
tree | db1b1c3bf66308621b00f661b884d0153037b5c5 /com32 | |
parent | 1517373ef166666f6dfbeb878010d2d3517876d2 (diff) | |
download | syslinux-5c561585b51eeb952e35e898f325c8c9a1a4db6e.tar.gz |
Add PCI_CFG_BIOS
Diffstat (limited to 'com32')
-rw-r--r-- | com32/include/sys/pci.h | 1 |
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); |