summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJordan Hargrave <jordan@cvs.openbsd.org>2006-10-16 00:01:06 +0000
committerJordan Hargrave <jordan@cvs.openbsd.org>2006-10-16 00:01:06 +0000
commit59043524578dc35902d6a1600663ba1f416a22ba (patch)
treef7643d921b7965aabc8fd3ea502617d25c8f03be /sys/dev
parent9f3cc60fee5a5f049a9a326de1117db3b44d5f2b (diff)
added amltypes.h stack mod
ok marco@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/amltypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/amltypes.h b/sys/dev/acpi/amltypes.h
index b7732525dbf..d6416952892 100644
--- a/sys/dev/acpi/amltypes.h
+++ b/sys/dev/acpi/amltypes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amltypes.h,v 1.16 2006/10/12 16:38:21 jordan Exp $ */
+/* $OpenBSD: amltypes.h,v 1.17 2006/10/16 00:01:05 jordan Exp $ */
/*
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
*
@@ -242,6 +242,7 @@ struct aml_value
int type;
int length;
int refcnt;
+ int stack;
struct aml_node *node;
union {
int64_t vinteger;