[BACK]Return to reboot.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs-all / include / asm-mips

File: [Development] / linux-2.6-xfs-all / include / asm-mips / reboot.h (download)

Revision 1.2, Mon Feb 13 14:31:31 2006 UTC (11 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -2 lines

Merge up to 2.6.16-rc3.
Merge of 2.6.x-xfs-melb:linux:25182a by kenmcd.

/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
 * Copyright (C) 2001 MIPS Technologies, Inc.
 */
#ifndef _ASM_REBOOT_H
#define _ASM_REBOOT_H

extern void (*_machine_restart)(char *command);
extern void (*_machine_halt)(void);

#endif /* _ASM_REBOOT_H */