summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-02-07 08:31:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-02-07 08:31:45 +0000
commit2df5f6a5723862eb936d0560fff561bae9cc21db (patch)
tree2a1115b3a9e9667206d044d697be3de1dfd7fb5f
parent5e645114fef297d0f656999e0f9cf5159bec46cc (diff)
Need to define APM_USER_HIBERNATE_REQ here too.
-rw-r--r--sys/arch/macppc/include/apmvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/include/apmvar.h b/sys/arch/macppc/include/apmvar.h
index 3c4d2b78767..76e494a44a8 100644
--- a/sys/arch/macppc/include/apmvar.h
+++ b/sys/arch/macppc/include/apmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmvar.h,v 1.7 2012/03/26 16:21:34 deraadt Exp $ */
+/* $OpenBSD: apmvar.h,v 1.8 2015/02/07 08:31:44 miod Exp $ */
/*
* Copyright (c) 2001 Alexander Guy
@@ -67,6 +67,7 @@
#define APM_USER_SUSPEND_REQ 0x000A
#define APM_SYS_STANDBY_RESUME 0x000B
#define APM_CAPABILITY_CHANGE 0x000C /* apm v1.2 */
+#define APM_USER_HIBERNATE_REQ 0x000D
#define APM_EVENT_MASK 0xffff
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))