Deleted Added
full compact
dmopcode.c (126372) dmopcode.c (151600)
1/*******************************************************************************
2 *
3 * Module Name: dmopcode - AML disassembler, specific AML opcodes
4 * $Revision: 85 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

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

109 * any of its subsidiaries will export/re-export any technical data, process,
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
1/*******************************************************************************
2 *
3 * Module Name: dmopcode - AML disassembler, specific AML opcodes
4 * $Revision: 85 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

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

109 * any of its subsidiaries will export/re-export any technical data, process,
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#include "acpi.h"
118#include "acparser.h"
119#include "amlcode.h"
120#include "acdisasm.h"
117#include <contrib/dev/acpica/acpi.h>
118#include <contrib/dev/acpica/acparser.h>
119#include <contrib/dev/acpica/amlcode.h>
120#include <contrib/dev/acpica/acdisasm.h>
121
122#ifdef ACPI_DISASSEMBLER
123
124#define _COMPONENT ACPI_CA_DEBUGGER
125 ACPI_MODULE_NAME ("dmopcode")
126
127
128/*******************************************************************************

--- 472 unchanged lines hidden ---
121
122#ifdef ACPI_DISASSEMBLER
123
124#define _COMPONENT ACPI_CA_DEBUGGER
125 ACPI_MODULE_NAME ("dmopcode")
126
127
128/*******************************************************************************

--- 472 unchanged lines hidden ---