asltransform.c (a9f12690a1c5018ef2676597bbcdfb5a7f692b80) | asltransform.c (ab6f3bf9cb8ad195aecd9165d8d4b1a93aed3c8d) |
---|---|
1 2/****************************************************************************** 3 * 4 * Module Name: asltransform - Parse tree transforms 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: asltransform - Parse tree transforms 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" 120 121#define _COMPONENT ACPI_COMPILER 122 ACPI_MODULE_NAME ("asltransform") 123 124/* Local prototypes */ 125 126static void --- 694 unchanged lines hidden --- | 119#include "aslcompiler.y.h" 120 121#define _COMPONENT ACPI_COMPILER 122 ACPI_MODULE_NAME ("asltransform") 123 124/* Local prototypes */ 125 126static void --- 694 unchanged lines hidden --- |