18 lines
286 B
C
18 lines
286 B
C
#ifndef __KSU_H_KSU_CORE
|
|
#define __KSU_H_KSU_CORE
|
|
|
|
#include <linux/init.h>
|
|
#include "apk_sign.h"
|
|
#include <linux/thread_info.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
|