aslresource.c (a9f12690a1c5018ef2676597bbcdfb5a7f692b80) aslresource.c (ab6f3bf9cb8ad195aecd9165d8d4b1a93aed3c8d)
1
2/******************************************************************************
3 *
4 * Module Name: aslresource - Resource templates and descriptors
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

110 * software, or service, directly or indirectly, to any country for which the
111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
1
2/******************************************************************************
3 *
4 * Module Name: aslresource - Resource templates and descriptors
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

110 * software, or service, directly or indirectly, to any country for which the
111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#include "aslcompiler.h"
118#include <contrib/dev/acpica/compiler/aslcompiler.h>
119#include "aslcompiler.y.h"
119#include "aslcompiler.y.h"
120#include "amlcode.h"
120#include <contrib/dev/acpica/include/amlcode.h>
121
122
123#define _COMPONENT ACPI_COMPILER
124 ACPI_MODULE_NAME ("aslresource")
125
126
127/*******************************************************************************
128 *

--- 631 unchanged lines hidden ---
121
122
123#define _COMPONENT ACPI_COMPILER
124 ACPI_MODULE_NAME ("aslresource")
125
126
127/*******************************************************************************
128 *

--- 631 unchanged lines hidden ---