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.
5 *
6 * Copyright (C) 1997, 1999 by Ralf Baechle
7 *
8 * Declare variables for rebooting.
9 */
10 #ifndef _ASM_REBOOT_H
11 #define _ASM_REBOOT_H
12
13 void (*_machine_restart)(char *command);
14 void (*_machine_halt)(void);
15 void (*_machine_power_off)(void);
16
17 #endif /* _ASM_REBOOT_H */
18
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.