Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.h
          +++ new/usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.h
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23   */
  24   24  
  25   25  #ifndef _AMD_IOMMU_ACPI_H
  26   26  #define _AMD_IOMMU_ACPI_H
  27   27  
  28   28  #ifdef __cplusplus
  29   29  extern "C" {
  30   30  #endif
  31   31  
  32   32  #include <sys/sunddi.h>
  33      -#include <sys/acpi/acpi.h>
       33 +#include <acpica/include/acpi.h>
  34   34  #include <sys/acpica.h>
  35   35  #include <sys/amd_iommu.h>
  36   36  #include "amd_iommu_impl.h"
  37   37  
  38   38  #ifdef _KERNEL
  39   39  
  40   40  #define IVRS_SIG        "IVRS"
  41   41  
  42   42  /*
  43   43   * IVINFO settings
↓ open down ↓ 263 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX