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

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

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

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

42 */
43
44
45#ifndef __ACXFACE_H__
46#define __ACXFACE_H__
47
48/* Current ACPICA subsystem version in YYYYMMDD format */
49
50#define ACPI_CA_VERSION 0x20121114
50#define ACPI_CA_VERSION 0x20130117
51
52#include <contrib/dev/acpica/include/acconfig.h>
53#include <contrib/dev/acpica/include/actypes.h>
54#include <contrib/dev/acpica/include/actbl.h>
55#include <contrib/dev/acpica/include/acbuffer.h>
56
57/*
58 * Globals that are publically available

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

613 ACPI_BUFFER *RetBuffer);
614
615ACPI_STATUS
616AcpiGetEventResources (
617 ACPI_HANDLE DeviceHandle,
618 ACPI_BUFFER *RetBuffer);
619
620ACPI_STATUS
51
52#include <contrib/dev/acpica/include/acconfig.h>
53#include <contrib/dev/acpica/include/actypes.h>
54#include <contrib/dev/acpica/include/actbl.h>
55#include <contrib/dev/acpica/include/acbuffer.h>
56
57/*
58 * Globals that are publically available

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

613 ACPI_BUFFER *RetBuffer);
614
615ACPI_STATUS
616AcpiGetEventResources (
617 ACPI_HANDLE DeviceHandle,
618 ACPI_BUFFER *RetBuffer);
619
620ACPI_STATUS
621AcpiWalkResourceBuffer (
622 ACPI_BUFFER *Buffer,
623 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
624 void *Context);
625
626ACPI_STATUS
621AcpiWalkResources (
622 ACPI_HANDLE Device,
623 char *Name,
624 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
625 void *Context);
626
627ACPI_STATUS
628AcpiSetCurrentResources (

--- 188 unchanged lines hidden ---
627AcpiWalkResources (
628 ACPI_HANDLE Device,
629 char *Name,
630 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
631 void *Context);
632
633ACPI_STATUS
634AcpiSetCurrentResources (

--- 188 unchanged lines hidden ---