acnetbsd.h (db2bae30) acnetbsd.h (aa2aa9a6)
1/******************************************************************************
2 *
3 * Name: acnetbsd.h - OS specific defines, etc.
1/******************************************************************************
2 *
3 * Name: acnetbsd.h - OS specific defines, etc.
4 * $Revision: 1.10 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *
9 * 1. Copyright Notice
10 *
12 * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp.
11 * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

--- 116 unchanged lines hidden (view full) ---

137#include <sys/systm.h>
138#include <machine/stdarg.h>
139#include <machine/acpi_func.h>
140
141#define asm __asm
142
143#define ACPI_USE_NATIVE_DIVIDE
144
12 * All rights reserved.
13 *
14 * 2. License
15 *
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
19 * property rights.

--- 116 unchanged lines hidden (view full) ---

136#include <sys/systm.h>
137#include <machine/stdarg.h>
138#include <machine/acpi_func.h>
139
140#define asm __asm
141
142#define ACPI_USE_NATIVE_DIVIDE
143
145#define ACPI_ASM_MACROS /* tell acenv.h */
146
147#define ACPI_SYSTEM_XFACE
148#define ACPI_EXTERNAL_XFACE
149#define ACPI_INTERNAL_XFACE
150#define ACPI_INTERNAL_VAR_XFACE
151
152#ifdef ACPI_DEBUG
153#define ACPI_DEBUG_OUTPUT
154#define ACPI_DBG_TRACK_ALLOCATIONS

--- 37 unchanged lines hidden ---
144#define ACPI_SYSTEM_XFACE
145#define ACPI_EXTERNAL_XFACE
146#define ACPI_INTERNAL_XFACE
147#define ACPI_INTERNAL_VAR_XFACE
148
149#ifdef ACPI_DEBUG
150#define ACPI_DEBUG_OUTPUT
151#define ACPI_DBG_TRACK_ALLOCATIONS

--- 37 unchanged lines hidden ---