diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /arch/mips/sgi/kernel/reset.c | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'arch/mips/sgi/kernel/reset.c')
-rw-r--r-- | arch/mips/sgi/kernel/reset.c | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/reset.c b/arch/mips/sgi/kernel/reset.c index 4e7455952..6bb8616fa 100644 --- a/arch/mips/sgi/kernel/reset.c +++ b/arch/mips/sgi/kernel/reset.c @@ -5,10 +5,21 @@ */ #include <asm/io.h> #include <asm/system.h> +#include <asm/reboot.h> -void -sgi_hard_reset_now(void) +/* XXX How to pass the reboot command to the firmware??? */ +void sgi_machine_restart(char *command) { for(;;) prom_imode(); } + +void sgi_machine_halt(void) +{ + /* XXX */ +} + +void sgi_machine_power_off(void) +{ + /* XXX */ +} |