kernel: Add nuke_ext4_sysfs interface (#632)

Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
AlexLiuDev233
2025-11-27 21:14:01 +08:00
committed by GitHub
parent 57e3c095be
commit 3a12bdead1
4 changed files with 41 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ void on_boot_completed(void);
bool ksu_is_safe_mode(void);
int nuke_ext4_sysfs(const char* mnt);
extern u32 ksu_file_sid;
extern bool ksu_module_mounted;
extern bool ksu_boot_completed;