- In order to reduce the extra patch code and increase the rate of hunk succeed, we do not rename the symbols in KernelSU drvier but instead do it all in kernel/kallsym.c - Make susfs_starts_with() global as it maybe useful in future Co-authored-by: simonpunk <simonpunk2016@gmail.com>
11 lines
154 B
C
11 lines
154 B
C
#ifndef __KSU_H_UID_OBSERVER
|
|
#define __KSU_H_UID_OBSERVER
|
|
|
|
void ksu_throne_tracker_init();
|
|
|
|
void ksu_throne_tracker_exit();
|
|
|
|
void track_throne();
|
|
|
|
#endif
|