diff options
| author | itojun <itojun@NetBSD.org> | 2003-07-08 09:07:15 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2003-07-08 09:07:15 +0000 |
| commit | a706d499a167e252fbb62bbbf8a4a0a78f541c43 (patch) | |
| tree | d15d205191db3f487f00d95fa75428d3869b6dac /sys/dev/acpi | |
| parent | 8ae8eb43b3ca82b821363f1bb54c28b4c7c9ecdd (diff) | |
function prototype must not have variable name
Diffstat (limited to 'sys/dev/acpi')
| -rw-r--r-- | sys/dev/acpi/acpivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index cbb0d4ebc95..7f74dc61b20 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: acpivar.h,v 1.11 2003/05/15 21:29:50 fvdl Exp $ */ +/* $NetBSD: acpivar.h,v 1.12 2003/07/08 09:07:16 itojun Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -281,7 +281,7 @@ struct acpi_drq *acpi_res_drq(struct acpi_resources *, int); /* * power state transition */ -ACPI_STATUS acpi_enter_sleep_state(struct acpi_softc *, int state); +ACPI_STATUS acpi_enter_sleep_state(struct acpi_softc *, int); ACPI_STATUS acpi_acquire_global_lock(UINT32 *); void acpi_release_global_lock(UINT32); |
