]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/kernel/reboot.h
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[mirror_ubuntu-zesty-kernel.git] / arch / arm / kernel / reboot.h
CommitLineData
767bf7e7
RK
1#ifndef REBOOT_H
2#define REBOOT_H
3
045ab94e 4extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
767bf7e7
RK
5extern void _soft_restart(unsigned long addr, bool disable_l2);
6
7#endif