* Now Official KernelSU devpts compat is questionable Squashed commits:4893fad235e7c3d4a6a64bb2dae3f5Signed-off-by: Faris <rissu.ntk@gmail.com> Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com> Co-authored-by: weishu <twsxtd@gmail.com> Co-authored-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
17 lines
255 B
C
17 lines
255 B
C
#ifndef __KSU_H_KSU_CORE
|
|
#define __KSU_H_KSU_CORE
|
|
|
|
#include <linux/init.h>
|
|
#include "apk_sign.h"
|
|
|
|
void __init ksu_core_init(void);
|
|
void ksu_core_exit(void);
|
|
|
|
void escape_to_root(void);
|
|
|
|
void nuke_ext4_sysfs(void);
|
|
|
|
extern bool ksu_module_mounted;
|
|
|
|
#endif
|