xref: /openbmc/linux/arch/arm/kernel/reboot.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2767bf7e7SRussell King #ifndef REBOOT_H
3767bf7e7SRussell King #define REBOOT_H
4767bf7e7SRussell King 
5045ab94eSRussell King extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
6767bf7e7SRussell King extern void _soft_restart(unsigned long addr, bool disable_l2);
7767bf7e7SRussell King 
8767bf7e7SRussell King #endif
9