acpi_drivers.h (87e8b821ed8db3dab03d96cd542e29666bf210aa) | acpi_drivers.h (57283776b2b821ba4d592f61cad04d0293412740) |
---|---|
1/* 2 * acpi_drivers.h ($Revision: 31 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 90 unchanged lines hidden (view full) --- 99 100struct pci_bus; 101 102struct pci_dev *acpi_get_pci_dev(acpi_handle); 103int acpi_pci_bind_root(struct acpi_device *device); 104 105/* Arch-defined function to add a bus to the system */ 106 | 1/* 2 * acpi_drivers.h ($Revision: 31 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 90 unchanged lines hidden (view full) --- 99 100struct pci_bus; 101 102struct pci_dev *acpi_get_pci_dev(acpi_handle); 103int acpi_pci_bind_root(struct acpi_device *device); 104 105/* Arch-defined function to add a bus to the system */ 106 |
107struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, 108 int bus); | 107struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root); |
109void pci_acpi_crs_quirks(void); 110 111/* -------------------------------------------------------------------------- 112 Processor 113 -------------------------------------------------------------------------- */ 114 115#define ACPI_PROCESSOR_LIMIT_NONE 0x00 116#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 --- 44 unchanged lines hidden --- | 108void pci_acpi_crs_quirks(void); 109 110/* -------------------------------------------------------------------------- 111 Processor 112 -------------------------------------------------------------------------- */ 113 114#define ACPI_PROCESSOR_LIMIT_NONE 0x00 115#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 --- 44 unchanged lines hidden --- |