Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sys/hotplug/pci/pciehpc_acpi.h
          +++ new/usr/src/uts/intel/sys/hotplug/pci/pciehpc_acpi.h
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27   27  #ifndef _PCIEHPC_ACPI_H
  28   28  #define _PCIEHPC_ACPI_H
  29   29  
  30   30  #ifdef  __cplusplus
  31   31  extern "C" {
  32   32  #endif
  33   33  
  34      -#include <sys/acpi/acpi.h>
       34 +#include <acpica/include/acpi.h>
  35   35  #include <sys/acpica.h>
  36   36  #include <sys/hotplug/pci/pcie_hp.h>
  37   37  #include <sys/hotplug/pci/pciehpc.h>
  38   38  
  39   39  /* soft state data structure for ACPI hot plug mode */
  40   40  typedef struct pciehpc_acpi {
  41   41          /* handle for the ACPI device for the bus node with HPC */
  42   42          ACPI_HANDLE     bus_obj;
  43   43  
  44   44          /* handle for the ACPI device for the slot (dev#0,func#0) */
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX