forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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);