Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/sys/acpidev_rsc.h
          +++ new/usr/src/uts/i86pc/sys/acpidev_rsc.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  /*
  27   27   * Copyright (c) 2009, Intel Corporation.
  28   28   * All rights reserved.
  29   29   */
  30   30  
  31   31  #ifndef _SYS_ACPIDEV_RSC_H
  32   32  #define _SYS_ACPIDEV_RSC_H
  33   33  #include <sys/types.h>
  34   34  #include <sys/obpdefs.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  
  39   39  #ifdef __cplusplus
  40   40  extern "C" {
  41   41  #endif
  42   42  
  43   43  /* ACPI bus range structure. */
  44   44  typedef struct acpidev_bus_range {
  45   45          uint_t  bus_start;
  46   46          uint_t  bus_end;
↓ open down ↓ 156 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX