diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-20 05:49:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-20 05:49:54 +0000 |
commit | 77d3139f9aec6b599a0bc8127ba1b9bfb1647a36 (patch) | |
tree | 08bc3140e26119b184503bb0deae49680393507b /sys/dev/acpi/dsdt.h | |
parent | 488e530da000430439848d0549d5abf330b72fd5 (diff) |
remove prototypes for functions that do not exist; ok jordan
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r-- | sys/dev/acpi/dsdt.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h index 0992193daf7..98e4ef1cbf8 100644 --- a/sys/dev/acpi/dsdt.h +++ b/sys/dev/acpi/dsdt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.h,v 1.49 2010/07/08 20:56:31 jordan Exp $ */ +/* $OpenBSD: dsdt.h,v 1.50 2010/07/20 05:49:53 deraadt Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -61,8 +61,6 @@ int aml_find_node(struct aml_node *, const char *, int (*)(struct aml_node *, void *), void *); int acpi_parse_aml(struct acpi_softc *, u_int8_t *, u_int32_t); -int aml_eval_object(struct acpi_softc *, struct aml_node *, - struct aml_value *, int, struct aml_value *); void aml_register_notify(struct aml_node *, const char *, int (*)(struct aml_node *, int, void *), void *, int); @@ -77,12 +75,8 @@ int aml_evalname(struct acpi_softc *, struct aml_node *, int aml_evalinteger(struct acpi_softc *, struct aml_node *, const char *, int, struct aml_value *, int64_t *); -void aml_fixup_dsdt(u_int8_t *, u_int8_t *, int); void aml_create_defaultobjects(void); -int acpi_mutex_acquire(struct aml_value *, int); -void acpi_mutex_release(struct aml_value *); - const char *aml_nodename(struct aml_node *); #define SR_IRQ 0x04 |