~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-mips/reboot.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  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 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.