kernel: Use the prctl command to provide switches for scanning functionality in user space

This commit is contained in:
ShirkNeko
2025-09-27 19:33:20 +08:00
parent 589c38530c
commit 37d5b9e046
5 changed files with 174 additions and 9 deletions

View File

@@ -9,4 +9,14 @@ int ksu_throne_comm_init(void);
void ksu_throne_comm_exit(void);
int ksu_uid_init(void);
void ksu_uid_exit(void);
bool ksu_throne_comm_load_state(void);
void ksu_throne_comm_save_state(void);
void do_load_throne_state(struct work_struct *work);
#endif