Release 4.15 arch/arm/kernel/reboot.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef REBOOT_H
#define REBOOT_H
extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
extern void _soft_restart(unsigned long addr, bool disable_l2);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 43 | 97.73% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 2.27% | 1 | 33.33% |
Total | 44 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.