kernel: use library import

This commit is contained in:
weishu
2024-04-27 09:55:16 +08:00
parent 8200913f1a
commit 2efefcea72
20 changed files with 171 additions and 148 deletions

View File

@@ -1,6 +1,8 @@
#ifndef __KSU_H_KSUD
#define __KSU_H_KSUD
#include <linux/types.h>
#define KSUD_PATH "/data/adb/ksud"
void on_post_fs_data(void);