kernel: press KEY_VOLUMEDOWN over 2 seconds will enter safemode and disable all modules

Co-authored-by: Ylarod <me@ylarod.cn>
This commit is contained in:
weishu
2023-02-13 21:23:18 +07:00
parent 20ff530962
commit ca950d909b
4 changed files with 142 additions and 4 deletions

View File

@@ -5,4 +5,6 @@
void on_post_fs_data(void);
bool ksu_is_safe_mode(void);
#endif