Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef REBOOT_H
0003 #define REBOOT_H
0004 
0005 extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
0006 extern void _soft_restart(unsigned long addr, bool disable_l2);
0007 
0008 #endif