patch-2.4.19 linux-2.4.19/include/asm-mips64/reboot.h

Next file: linux-2.4.19/include/asm-mips64/scatterlist.h
Previous file: linux-2.4.19/include/asm-mips64/r4kcache.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips64/reboot.h linux-2.4.19/include/asm-mips64/reboot.h
@@ -0,0 +1,16 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License.  See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1997, 1999, 2001 by Ralf Baechle
+ * Copyright (C) 2001 MIPS Technologies, Inc.
+ */
+#ifndef _ASM_REBOOT_H
+#define _ASM_REBOOT_H
+
+extern void (*_machine_restart)(char *command);
+extern void (*_machine_halt)(void);
+extern void (*_machine_power_off)(void);
+
+#endif /* _ASM_REBOOT_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)