Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
0007  * Copyright (C) 2001 MIPS Technologies, Inc.
0008  */
0009 #ifndef _ASM_REBOOT_H
0010 #define _ASM_REBOOT_H
0011 
0012 extern void (*_machine_restart)(char *command);
0013 extern void (*_machine_halt)(void);
0014 
0015 #endif /* _ASM_REBOOT_H */