Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.h
          +++ new/usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26   * Copyright (c) 2010, Intel Corporation.
  27   27   * All rights reserved.
  28   28   */
  29   29  
  30   30  #ifndef _SYS_DRMACH_ACPI_H
  31   31  #define _SYS_DRMACH_ACPI_H
  32   32  #include <sys/types.h>
  33   33  #include <sys/cmn_err.h>
  34   34  #include <sys/param.h>
  35   35  #include <sys/sunddi.h>
  36      -#include <sys/acpi/acpi.h>
       36 +#include <acpica/include/acpi.h>
  37   37  #include <sys/acpica.h>
  38   38  #include <sys/acpidev.h>
  39   39  #include <sys/drmach.h>
  40   40  
  41   41  #ifdef __cplusplus
  42   42  extern "C" {
  43   43  #endif
  44   44  
  45   45  #ifdef  _KERNEL
  46   46  
↓ open down ↓ 153 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX