diff options
author | Dave Airlie <airlied@redhat.com> | 2008-05-20 13:59:09 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-05-22 08:58:42 +1000 |
commit | ea4ec9e9983e25d94a3edf8a77ed2ad1db193284 (patch) | |
tree | 772bd32d370a079740ef098abb6f8fb1a11be192 /include/xorg-config.h.in | |
parent | 4230b92744d54528f48ddc3b096a265b488053c9 (diff) |
int10: add pci_device_enable support on Linux
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 5587c0a8d..e05d3bfd3 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -118,6 +118,9 @@ /* Have pci_system_init_dev_mem() */ #undef HAVE_PCI_SYSTEM_INIT_DEV_MEM +/* Have pci_enable_device */ +#undef HAVE_PCI_DEVICE_ENABLE + /* Path to text files containing PCI IDs */ #undef PCI_TXT_IDS_PATH |