You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: Zygiskd C99 re-write
This commit re-writes Zygiskd to be C99.
This commit is contained in:
14
zygiskd/root_impl/kernelsu.h
Normal file
14
zygiskd/root_impl/kernelsu.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef KERNELSU_H
|
||||
#define KERNELSU_H
|
||||
|
||||
#include "../constants.h"
|
||||
|
||||
enum RootImplState ksu_get_kernel_su();
|
||||
|
||||
bool ksu_uid_granted_root(int uid);
|
||||
|
||||
bool ksu_uid_should_umount(int uid);
|
||||
|
||||
bool ksu_uid_is_manager(int uid);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user