]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/mount-setup.h
core: rework how we track service and scope PIDs
[thirdparty/systemd.git] / src / core / mount-setup.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c2f1db8f 2#pragma once
8e274523
LP
3
4/***
5 This file is part of systemd.
6
7 Copyright 2010 Lennart Poettering
8e274523
LP
8***/
9
dad08730
LP
10#include <stdbool.h>
11
4ef31082 12int mount_setup_early(void);
0b3325e7 13int mount_setup(bool loaded_policy);
8e274523 14
0c85a4f3
LP
15int mount_cgroup_controllers(char ***join_controllers);
16
dad08730 17bool mount_point_is_api(const char *path);
57f2a956 18bool mount_point_ignore(const char *path);