Deleted Added
full compact
acdisasm.h (193335) acdisasm.h (193341)
1/******************************************************************************
2 *
3 * Name: acdisasm.h - AML disassembler
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
113 *
114 *****************************************************************************/
115
116#ifndef __ACDISASM_H__
117#define __ACDISASM_H__
118
1/******************************************************************************
2 *
3 * Name: acdisasm.h - AML disassembler
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
113 *
114 *****************************************************************************/
115
116#ifndef __ACDISASM_H__
117#define __ACDISASM_H__
118
119#include "amlresrc.h"
119#include <contrib/dev/acpica/include/amlresrc.h>
120
121
122#define BLOCK_NONE 0
123#define BLOCK_PAREN 1
124#define BLOCK_BRACE 2
125#define BLOCK_COMMA_LIST 4
126#define ACPI_DEFAULT_RESNAME *(UINT32 *) "__RD"
127

--- 591 unchanged lines hidden ---
120
121
122#define BLOCK_NONE 0
123#define BLOCK_PAREN 1
124#define BLOCK_BRACE 2
125#define BLOCK_COMMA_LIST 4
126#define ACPI_DEFAULT_RESNAME *(UINT32 *) "__RD"
127

--- 591 unchanged lines hidden ---