1 *b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2 767bf7e7SRussell King #ifndef REBOOT_H 3 767bf7e7SRussell King #define REBOOT_H 4 767bf7e7SRussell King 5 045ab94eSRussell King extern void call_with_stack(void (*fn)(void *), void *arg, void *sp); 6 767bf7e7SRussell King extern void _soft_restart(unsigned long addr, bool disable_l2); 7 767bf7e7SRussell King 8 767bf7e7SRussell King #endif 9