Deleted Added
full compact
acpixf.h (228110) acpixf.h (229989)
1
2/******************************************************************************
3 *
4 * Name: acpixf.h - External interfaces to the ACPI subsystem
5 *
6 *****************************************************************************/
7
8/*
1
2/******************************************************************************
3 *
4 * Name: acpixf.h - External interfaces to the ACPI subsystem
5 *
6 *****************************************************************************/
7
8/*
9 * Copyright (C) 2000 - 2011, Intel Corp.
9 * Copyright (C) 2000 - 2012, Intel Corp.
10 * All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions, and the following disclaimer,
17 * without modification.

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

43 */
44
45
46#ifndef __ACXFACE_H__
47#define __ACXFACE_H__
48
49/* Current ACPICA subsystem version in YYYYMMDD format */
50
10 * All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions, and the following disclaimer,
17 * without modification.

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

43 */
44
45
46#ifndef __ACXFACE_H__
47#define __ACXFACE_H__
48
49/* Current ACPICA subsystem version in YYYYMMDD format */
50
51#define ACPI_CA_VERSION 0x20111123
51#define ACPI_CA_VERSION 0x20120111
52
53#include <contrib/dev/acpica/include/actypes.h>
54#include <contrib/dev/acpica/include/actbl.h>
55
56/*
57 * Globals that are publically available
58 */
59extern UINT32 AcpiCurrentGpeCount;

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

140ACPI_STATUS
141AcpiInstallInterface (
142 ACPI_STRING InterfaceName);
143
144ACPI_STATUS
145AcpiRemoveInterface (
146 ACPI_STRING InterfaceName);
147
52
53#include <contrib/dev/acpica/include/actypes.h>
54#include <contrib/dev/acpica/include/actbl.h>
55
56/*
57 * Globals that are publically available
58 */
59extern UINT32 AcpiCurrentGpeCount;

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

140ACPI_STATUS
141AcpiInstallInterface (
142 ACPI_STRING InterfaceName);
143
144ACPI_STATUS
145AcpiRemoveInterface (
146 ACPI_STRING InterfaceName);
147
148UINT32
149AcpiCheckAddressRange (
150 ACPI_ADR_SPACE_TYPE SpaceId,
151 ACPI_PHYSICAL_ADDRESS Address,
152 ACPI_SIZE Length,
153 BOOLEAN Warn);
148
154
155
149/*
150 * ACPI Memory management
151 */
152void *
153AcpiAllocate (
154 UINT32 Size);
155
156void *

--- 532 unchanged lines hidden ---
156/*
157 * ACPI Memory management
158 */
159void *
160AcpiAllocate (
161 UINT32 Size);
162
163void *

--- 532 unchanged lines hidden ---