acos2.h (db2bae30) acos2.h (aa2aa9a6)
1/******************************************************************************
2 *
3 * Name: acos2.h - OS/2 specific defines, etc.
1/******************************************************************************
2 *
3 * Name: acos2.h - OS/2 specific defines, etc.
4 * $Revision: 1.0 $
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 * to to tell the compiler warning in a per-variable manner that a variable
138 * is unused.
139 */
140#define ACPI_UNUSED_VAR
141
142#define ACPI_USE_STANDARD_HEADERS
143#include <io.h>
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 * to to tell the compiler warning in a per-variable manner that a variable
137 * is unused.
138 */
139#define ACPI_UNUSED_VAR
140
141#define ACPI_USE_STANDARD_HEADERS
142#include <io.h>
143
145#define ACPI_ASM_MACROS
146
147#define BREAKPOINT3 __interrupt(3)
148#define ACPI_DISABLE_IRQS() __disable()
149#define ACPI_ENABLE_IRQS() __enable()
150#define ACPI_FLUSH_CPU_CACHE() Wbinvd()
151void Wbinvd(void);
152
153#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr)
154#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd) Pnd = OSPMReleaseGlobalLock(GLptr)
155unsigned short OSPMAcquireGlobalLock (void *);
156unsigned short OSPMReleaseGlobalLock (void *);
157

--- 21 unchanged lines hidden ---
144#define ACPI_FLUSH_CPU_CACHE() Wbinvd()
145void Wbinvd(void);
146
147#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr)
148#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd) Pnd = OSPMReleaseGlobalLock(GLptr)
149unsigned short OSPMAcquireGlobalLock (void *);
150unsigned short OSPMReleaseGlobalLock (void *);
151

--- 21 unchanged lines hidden ---