From 59043524578dc35902d6a1600663ba1f416a22ba Mon Sep 17 00:00:00 2001 From: Jordan Hargrave Date: Mon, 16 Oct 2006 00:01:06 +0000 Subject: added amltypes.h stack mod ok marco@ --- sys/dev/acpi/amltypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * @@ -242,6 +242,7 @@ struct aml_value int type; int length; int refcnt; + int stack; struct aml_node *node; union { int64_t vinteger; -- cgit v1.2.3