Deleted Added
full compact
acdisasm.h (128212) acdisasm.h (151600)
1/******************************************************************************
2 *
3 * Name: acdisasm.h - AML disassembler
4 * $Revision: 12 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

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

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

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

--- 364 unchanged lines hidden ---
121
122
123#define BLOCK_NONE 0
124#define BLOCK_PAREN 1
125#define BLOCK_BRACE 2
126#define BLOCK_COMMA_LIST 4
127
128typedef struct acpi_external_list

--- 364 unchanged lines hidden ---