Deleted Added
full compact
aclocal.h (228110) aclocal.h (229989)
1/******************************************************************************
2 *
3 * Name: aclocal.h - Internal data types used across the ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Name: aclocal.h - Internal data types used across the ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2011, Intel Corp.
8 * Copyright (C) 2000 - 2012, 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.

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

750 * Interpreter typedefs and structs
751 *
752 ****************************************************************************/
753
754typedef
755ACPI_STATUS (*ACPI_EXECUTE_OP) (
756 struct acpi_walk_state *WalkState);
757
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.

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

750 * Interpreter typedefs and structs
751 *
752 ****************************************************************************/
753
754typedef
755ACPI_STATUS (*ACPI_EXECUTE_OP) (
756 struct acpi_walk_state *WalkState);
757
758/* Address Range info block */
758
759
760typedef struct acpi_address_range
761{
762 struct acpi_address_range *Next;
763 ACPI_NAMESPACE_NODE *RegionNode;
764 ACPI_PHYSICAL_ADDRESS StartAddress;
765 ACPI_PHYSICAL_ADDRESS EndAddress;
766
767} ACPI_ADDRESS_RANGE;
768
769
759/*****************************************************************************
760 *
761 * Parser typedefs and structs
762 *
763 ****************************************************************************/
764
765/*
766 * AML opcode, name, and argument layout

--- 525 unchanged lines hidden ---
770/*****************************************************************************
771 *
772 * Parser typedefs and structs
773 *
774 ****************************************************************************/
775
776/*
777 * AML opcode, name, and argument layout

--- 525 unchanged lines hidden ---