kernel: Resolve compilation issues

This commit is contained in:
ShirkNeko
2025-11-06 14:50:46 +08:00
parent 54e1e3dda3
commit 3382574aad
7 changed files with 21 additions and 49 deletions

View File

@@ -95,6 +95,8 @@ struct app_profile {
};
};
bool ksu_queue_work(struct work_struct *work);
static inline int startswith(char *s, char *prefix)
{
return strncmp(s, prefix, strlen(prefix));