summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.h
diff options
context:
space:
mode:
authorJordan Hargrave <jordan@cvs.openbsd.org>2007-02-18 02:25:06 +0000
committerJordan Hargrave <jordan@cvs.openbsd.org>2007-02-18 02:25:06 +0000
commitd79ba013b1fce121bd45db6575d637f857d0fae0 (patch)
tree5de625fe86ea0473e26de7299db2d2ab0093d6a1 /sys/dev/acpi/dsdt.h
parent7cd8f62f5a19e0768f3df0e0619f64ba9b3a1c1c (diff)
Added dynamic perfect hash for opcodes
ok marco@
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r--sys/dev/acpi/dsdt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h
index 9b5e0641fbc..89c76138b15 100644
--- a/sys/dev/acpi/dsdt.h
+++ b/sys/dev/acpi/dsdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.h,v 1.25 2007/02/06 18:56:31 jordan Exp $ */
+/* $OpenBSD: dsdt.h,v 1.26 2007/02/18 02:25:05 jordan Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@ -196,4 +196,6 @@ void aml_walknodes(struct aml_node *, int,
void aml_postparse(void);
void acpi_poll_notify(void);
+void aml_hashopcodes(void);
+
#endif /* __DEV_ACPI_DSDT_H__ */