Deleted Added
full compact
exstoren.c (128212) exstoren.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: exstoren - AML Interpreter object store support,
5 * Store to Node (namespace object)
6 * $Revision: 59 $
7 *
8 *****************************************************************************/

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

113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
119#define __EXSTOREN_C__
120
1
2/******************************************************************************
3 *
4 * Module Name: exstoren - AML Interpreter object store support,
5 * Store to Node (namespace object)
6 * $Revision: 59 $
7 *
8 *****************************************************************************/

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

113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
119#define __EXSTOREN_C__
120
121#include "acpi.h"
122#include "acinterp.h"
123#include "amlcode.h"
121#include <contrib/dev/acpica/acpi.h>
122#include <contrib/dev/acpica/acinterp.h>
123#include <contrib/dev/acpica/amlcode.h>
124
125
126#define _COMPONENT ACPI_EXECUTER
127 ACPI_MODULE_NAME ("exstoren")
128
129
130/*******************************************************************************
131 *

--- 255 unchanged lines hidden ---
124
125
126#define _COMPONENT ACPI_EXECUTER
127 ACPI_MODULE_NAME ("exstoren")
128
129
130/*******************************************************************************
131 *

--- 255 unchanged lines hidden ---