kernel & ksud: Syncronize changes from upstreams

This commit is contained in:
ShirkNeko
2025-11-08 21:56:32 +08:00
parent d22f1bdcc4
commit 25e5c0aacb
4 changed files with 86 additions and 95 deletions

View File

@@ -9,7 +9,7 @@ struct ksu_file_wrapper {
struct file_operations ops;
};
struct ksu_file_wrapper *mksu_create_file_wrapper(struct file *fp);
void mksu_delete_file_wrapper(struct ksu_file_wrapper *data);
struct ksu_file_wrapper *ksu_create_file_wrapper(struct file *fp);
void ksu_delete_file_wrapper(struct ksu_file_wrapper *data);
#endif
#endif