summaryrefslogtreecommitdiff
path: root/source/include/aclocal.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-12-18 18:35:46 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-12-18 18:35:46 +0000
commit1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc (patch)
tree9ffecbf2e9ce4e63aac5515363a488b761a02b03 /source/include/aclocal.h
parentb9098066cd6284319bca922f13e59517f774a103 (diff)
downloadsrc-test2-1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc.tar.gz
src-test2-1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc.zip
Notes
Diffstat (limited to 'source/include/aclocal.h')
-rw-r--r--source/include/aclocal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h
index d618055d4189..6c2be99f0c1a 100644
--- a/source/include/aclocal.h
+++ b/source/include/aclocal.h
@@ -453,6 +453,7 @@ typedef union acpi_predefined_info
/* Return object auto-repair info */
typedef ACPI_STATUS (*ACPI_OBJECT_CONVERTER) (
+ struct acpi_namespace_node *Scope,
union acpi_operand_object *OriginalObject,
union acpi_operand_object **ConvertedObject);
@@ -488,6 +489,7 @@ typedef struct acpi_simple_repair_info
typedef struct acpi_reg_walk_info
{
ACPI_ADR_SPACE_TYPE SpaceId;
+ UINT32 Function;
UINT32 RegRunCount;
} ACPI_REG_WALK_INFO;
@@ -1040,6 +1042,7 @@ typedef struct acpi_parse_state
#define ACPI_PARSEOP_CLOSING_PAREN 0x10
#define ACPI_PARSEOP_COMPOUND 0x20
#define ACPI_PARSEOP_ASSIGNMENT 0x40
+#define ACPI_PARSEOP_ELSEIF 0x80
/*****************************************************************************