Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_memory.c
          +++ new/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_memory.c
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2009-2010, Intel Corporation.
  23   23   * All rights reserved.
  24   24   */
  25   25  
  26   26  #include <sys/types.h>
  27   27  #include <sys/atomic.h>
  28   28  #include <sys/sunddi.h>
  29   29  #include <sys/sunndi.h>
  30      -#include <sys/acpi/acpi.h>
       30 +#include <acpica/include/acpi.h>
  31   31  #include <sys/acpica.h>
  32   32  #include <sys/acpidev.h>
  33   33  #include <sys/acpidev_rsc.h>
  34   34  #include <sys/acpidev_dr.h>
  35   35  #include <sys/acpidev_impl.h>
  36   36  
  37   37  static ACPI_STATUS acpidev_memory_probe(acpidev_walk_info_t *infop);
  38   38  static acpidev_filter_result_t acpidev_memory_filter(
  39   39      acpidev_walk_info_t *infop, char *devname, int maxlen);
  40   40  static ACPI_STATUS acpidev_memory_init(acpidev_walk_info_t *infop);
↓ open down ↓ 161 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX