summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/apmvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/include/apmvar.h')
-rw-r--r--sys/arch/sparc/include/apmvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/apmvar.h b/sys/arch/sparc/include/apmvar.h
index 44404357b8f..c0fa7753179 100644
--- a/sys/arch/sparc/include/apmvar.h
+++ b/sys/arch/sparc/include/apmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmvar.h,v 1.1 2005/03/29 16:26:44 miod Exp $ */
+/* $OpenBSD: apmvar.h,v 1.2 2009/02/26 17:19:47 oga Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -120,5 +120,7 @@ struct apm_ctl {
#define APM_PRINT_OFF 1 /* driver power status not displayed */
#define APM_PRINT_PCT 2 /* driver power status only displayed
if the percentage changes */
+#define APM_IOC_STANDBY_REQ _IO('A', 7) /* request standby */
+#define APM_IOC_SUSPEND_REQ _IO('A', 8) /* request suspend */
#endif /* _MACHINE_APMVAR_H_ */