Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/acpi Empty sleep stub function.
details: https://anonhg.NetBSD.org/src/rev/198b98217fee
branches: trunk
changeset: 547046:198b98217fee
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sun May 11 21:39:41 2003 +0000
description:
Empty sleep stub function.
diffstat:
sys/arch/amd64/acpi/acpi_wakeup.c | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 7817279eab82 -r 198b98217fee sys/arch/amd64/acpi/acpi_wakeup.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/amd64/acpi/acpi_wakeup.c Sun May 11 21:39:41 2003 +0000
@@ -0,0 +1,16 @@
+/* $NetBSD: acpi_wakeup.c,v 1.1 2003/05/11 21:39:41 fvdl Exp $ */
+
+#include <sys/types.h>
+#include <sys/systm.h>
+
+#include <dev/acpi/acpica.h>
+#include <dev/acpi/acpivar.h>
+#define ACPI_MACHDEP_PRIVATE
+#include <machine/acpi_machdep.h>
+
+int
+acpi_md_sleep(int state)
+{
+ printf("ACPI: sleep not implemented\n");
+ return -1;
+}
Home |
Main Index |
Thread Index |
Old Index