diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-26 16:21:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-26 16:21:35 +0000 |
commit | af5b48bacedc23f697101a1b01e8f0f35fbdb277 (patch) | |
tree | c9166146cf2772be96d59765d264f72ca8985917 /sys/arch/macppc/include | |
parent | 4ac206d01035fca15c436fdc6ace3f9ba322ddc0 (diff) |
Add APM_IOC_HIBERNATE
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r-- | sys/arch/macppc/include/apmvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/include/apmvar.h b/sys/arch/macppc/include/apmvar.h index bd00bfdfd9c..3c4d2b78767 100644 --- a/sys/arch/macppc/include/apmvar.h +++ b/sys/arch/macppc/include/apmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apmvar.h,v 1.6 2011/03/23 16:54:36 pirofti Exp $ */ +/* $OpenBSD: apmvar.h,v 1.7 2012/03/26 16:21:34 deraadt Exp $ */ /* * Copyright (c) 2001 Alexander Guy @@ -116,5 +116,6 @@ struct apm_ctl { if the percentage changes */ #define APM_IOC_STANDBY_REQ _IO('A', 7) /* request standby */ #define APM_IOC_SUSPEND_REQ _IO('A', 8) /* request suspend */ +#define APM_IOC_HIBERNATE _IO('A', 9) /* put system into hibernate */ #endif /* _MACHINE_APMVAR_H_ */ |