Deleted Added
full compact
acpiosxf.h (138287) acpiosxf.h (151600)
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 "acenv.h"
125#include "actypes.h"
124#include <contrib/dev/acpica/acenv.h>
125#include <contrib/dev/acpica/actypes.h>
126
127
128/* Priorities for AcpiOsQueueForExecution */
129
130#define OSD_PRIORITY_GPE 1
131#define OSD_PRIORITY_HIGH 2
132#define OSD_PRIORITY_MED 3
133#define OSD_PRIORITY_LO 4

--- 320 unchanged lines hidden ---
126
127
128/* Priorities for AcpiOsQueueForExecution */
129
130#define OSD_PRIORITY_GPE 1
131#define OSD_PRIORITY_HIGH 2
132#define OSD_PRIORITY_MED 3
133#define OSD_PRIORITY_LO 4

--- 320 unchanged lines hidden ---