Import 2.3.18pre1
[davej-history.git] / include / asm-mips / reboot.h
blob930b498319cade20d98291a45c2cf44337779801
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (C) 1997 by Ralf Baechle
8 * Declare variables for rebooting.
9 */
10 #ifndef __ASM_MIPS_REBOOT_H
11 #define __ASM_MIPS_REBOOT_H
13 void (*_machine_restart)(char *command);
14 void (*_machine_halt)(void);
15 void (*_machine_power_off)(void);
17 #endif /* __ASM_MIPS_REBOOT_H */