diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-08-20 21:58:59 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-08-20 21:58:59 +0000 |
commit | 892bf98f0c04e9297979936d973c85e62a3f0b96 (patch) | |
tree | 3f9570013732b9472502e71b25d5a76591eaed9a /include/asm-mips/reboot.h | |
parent | d4339ea6c6ab0bdf909d587bd9c5a754e362833d (diff) |
More MIPS64 chainsawing.
Diffstat (limited to 'include/asm-mips/reboot.h')
-rw-r--r-- | include/asm-mips/reboot.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/reboot.h b/include/asm-mips/reboot.h index 930b49831..217c4a828 100644 --- a/include/asm-mips/reboot.h +++ b/include/asm-mips/reboot.h @@ -3,15 +3,15 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1997 by Ralf Baechle + * Copyright (C) 1997, 1999 by Ralf Baechle * * Declare variables for rebooting. */ -#ifndef __ASM_MIPS_REBOOT_H -#define __ASM_MIPS_REBOOT_H +#ifndef _ASM_REBOOT_H +#define _ASM_REBOOT_H void (*_machine_restart)(char *command); void (*_machine_halt)(void); void (*_machine_power_off)(void); -#endif /* __ASM_MIPS_REBOOT_H */ +#endif /* _ASM_REBOOT_H */ |