patch-2.1.44 linux/arch/mips/deskstation/reset.c

Next file: linux/arch/mips/deskstation/setup.c
Previous file: linux/arch/mips/deskstation/io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/arch/mips/deskstation/reset.c linux/arch/mips/deskstation/reset.c
@@ -0,0 +1,29 @@
+/*
+ * linux/arch/mips/deskstation/process.c
+ *
+ * Reset a Deskstation.
+ */
+#include <asm/io.h>
+#include <asm/reboot.h>
+#include <asm/system.h>
+
+void deskstation_machine_restart(void)
+{
+	printk("Implement deskstation_machine_restart().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}
+
+void deskstation_machine_halt(void)
+{
+	printk("Implement deskstation_machine_halt().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}
+
+void deskstation_machine_power_off(void)
+{
+	printk("Implement dec_machine_power_off().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov