~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/acpi/platform/acenv.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
#endif
97
97
 
98
98
/*
99
 
 * acpi_bin/acpi_help/acpi_src configuration. All single threaded, with
100
 
 * no debug output.
 
99
 * acpi_bin/acpi_dump/acpi_src/acpi_xtract configuration. All single
 
100
 * threaded, with no debug output.
101
101
 */
102
102
#if (defined ACPI_BIN_APP)   || \
 
103
        (defined ACPI_DUMP_APP)  || \
103
104
        (defined ACPI_SRC_APP)   || \
104
105
        (defined ACPI_XTRACT_APP)
105
106
#define ACPI_APPLICATION
147
148
#if defined(_LINUX) || defined(__linux__)
148
149
#include <acpi/platform/aclinux.h>
149
150
 
 
151
#elif defined(_APPLE) || defined(__APPLE__)
 
152
#include "acmacosx.h"
 
153
 
150
154
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
151
155
#include "acfreebsd.h"
152
156