xref: /linux/arch/mips/include/asm/reboot.h (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*384740dcSRalf Baechle /*
2*384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3*384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4*384740dcSRalf Baechle  * for more details.
5*384740dcSRalf Baechle  *
6*384740dcSRalf Baechle  * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
7*384740dcSRalf Baechle  * Copyright (C) 2001 MIPS Technologies, Inc.
8*384740dcSRalf Baechle  */
9*384740dcSRalf Baechle #ifndef _ASM_REBOOT_H
10*384740dcSRalf Baechle #define _ASM_REBOOT_H
11*384740dcSRalf Baechle 
12*384740dcSRalf Baechle extern void (*_machine_restart)(char *command);
13*384740dcSRalf Baechle extern void (*_machine_halt)(void);
14*384740dcSRalf Baechle 
15*384740dcSRalf Baechle #endif /* _ASM_REBOOT_H */
16