1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/refcount.h>
16 extern int nr_cgroups
; /* number of explicit cgroups defined */
17 void close_cgroup(struct cgroup_sel
*cgrp
);
18 int parse_cgroups(const struct option
*opt
, const char *str
, int unset
);
20 #endif /* __CGROUP_H__ */