Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/sys/psm_common.h
          +++ new/usr/src/uts/i86pc/sys/psm_common.h
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11   * and limitations under the License.
  12   12   *
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
       21 +
  21   22  /*
  22   23   * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   24   * Use is subject to license terms.
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _SYS_PSM_COMMON_H
  27   29  #define _SYS_PSM_COMMON_H
  28   30  
  29      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  30      -
  31   31  #include <sys/types.h>
  32   32  #include <sys/param.h>
  33   33  #include <sys/cmn_err.h>
  34      -#include <sys/acpi/acpi.h>
       34 +
       35 +#include <acpica/include/acpi.h>
  35   36  #include <sys/acpica.h>
  36   37  
  37   38  #include <sys/sunddi.h>
  38   39  #include <sys/ddi.h>
  39   40  #include <sys/ddi_impldefs.h>
  40   41  #include <sys/pci.h>
  41   42  #include <sys/debug.h>
  42   43  
  43   44  #ifdef  __cplusplus
  44   45  extern "C" {
↓ open down ↓ 106 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX