mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
6 lines
107 B
C
6 lines
107 B
C
#ifndef REBOOT_H
|
|
#define REBOOT_H
|
|
|
|
extern void _soft_restart(unsigned long addr, bool disable_l2);
|
|
|
|
#endif
|