Deleted Added
full compact
acpiosxf.h (193335) acpiosxf.h (193341)
1
2/******************************************************************************
3 *
4 * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
5 * interfaces must be implemented by OSL to interface the
6 * ACPI components to the host operating system.
7 *
8 *****************************************************************************/

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

116 * other governmental approval, or letter of assurance, without first obtaining
117 * such license, approval or letter.
118 *
119 *****************************************************************************/
120
121#ifndef __ACPIOSXF_H__
122#define __ACPIOSXF_H__
123
1
2/******************************************************************************
3 *
4 * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
5 * interfaces must be implemented by OSL to interface the
6 * ACPI components to the host operating system.
7 *
8 *****************************************************************************/

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

116 * other governmental approval, or letter of assurance, without first obtaining
117 * such license, approval or letter.
118 *
119 *****************************************************************************/
120
121#ifndef __ACPIOSXF_H__
122#define __ACPIOSXF_H__
123
124#include "platform/acenv.h"
125#include "actypes.h"
124#include <contrib/dev/acpica/include/platform/acenv.h>
125#include <contrib/dev/acpica/include/actypes.h>
126
127
128/* Types for AcpiOsExecute */
129
130typedef enum
131{
132 OSL_GLOBAL_LOCK_HANDLER,
133 OSL_NOTIFY_HANDLER,

--- 362 unchanged lines hidden ---
126
127
128/* Types for AcpiOsExecute */
129
130typedef enum
131{
132 OSL_GLOBAL_LOCK_HANDLER,
133 OSL_NOTIFY_HANDLER,

--- 362 unchanged lines hidden ---