forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/selftests/bpf/cgroup_helpers.h
....@@ -9,6 +9,7 @@
99 __FILE__, __LINE__, clean_errno(), ##__VA_ARGS__)
1010
1111
12
+int cgroup_setup_and_join(const char *path);
1213 int create_and_get_cgroup(const char *path);
1314 int join_cgroup(const char *path);
1415 int setup_cgroup_environment(void);