summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/md_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-06-15 02:03:03 +0000
committerwollman <wollman@FreeBSD.org>1997-06-15 02:03:03 +0000
commitd3793afec065771a51529f173ee6a24d08383340 (patch)
tree1ddaf487872942d89c2744421be615ce4d3799db /sys/i386/include/md_var.h
parenta884e3c1fc9fb8da0c715cdf19f919a481b7c4f3 (diff)
downloadFreeBSD-src-d3793afec065771a51529f173ee6a24d08383340.zip
FreeBSD-src-d3793afec065771a51529f173ee6a24d08383340.tar.gz
When APM is configured, turn off the power when halting for good.
Diffstat (limited to 'sys/i386/include/md_var.h')
-rw-r--r--sys/i386/include/md_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h
index a7e7856..337c0c4 100644
--- a/sys/i386/include/md_var.h
+++ b/sys/i386/include/md_var.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: md_var.h,v 1.13 1997/03/22 18:53:08 kato Exp $
+ * $Id: md_var.h,v 1.14 1997/06/07 04:36:05 bde Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@@ -57,6 +57,7 @@ struct reg;
void bcopyb __P((const void *from, void *to, size_t len));
void cpu_reset __P((void));
void cpu_halt __P((void));
+void cpu_power_down __P((void));
void cpu_switch_load_fs __P((void)) __asm(__STRING(cpu_switch_load_fs));
void cpu_switch_load_gs __P((void)) __asm(__STRING(cpu_switch_load_gs));
void doreti_iret __P((void)) __asm(__STRING(doreti_iret));
OpenPOWER on IntegriCloud