diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 20:22:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 20:22:24 +0000 |
commit | 4a060d73d58c25ed8e4cb280b8fe64d020a26ada (patch) | |
tree | cdf584654d414e1ab2dc7cde4e4a91b152ffd679 /sys/dev | |
parent | 104e103c7e47fba6e1e3c26c685a83adca7bd341 (diff) |
please, check it compiles before you commit
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index dd31f5d6228..39cd7a217f2 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.84 2007/02/27 19:53:32 jordan Exp $ */ +/* $OpenBSD: dsdt.c,v 1.85 2007/02/27 20:22:23 deraadt Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -3449,6 +3449,9 @@ aml_parse_resource(int length, uint8_t *buffer, return 0; } +void aml_foreachpkg(struct aml_value *, int, + void (*fn)(struct aml_value *, void *), void *); + void aml_foreachpkg(struct aml_value *pkg, int start, void (*fn)(struct aml_value *, void *), |