]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/mount-setup.h
grypt-util: drop two emacs modelines
[thirdparty/systemd.git] / src / core / mount-setup.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2010 Lennart Poettering
6 ***/
7
8 #include <stdbool.h>
9
10 int mount_setup_early(void);
11 int mount_setup(bool loaded_policy);
12
13 int mount_cgroup_controllers(char ***join_controllers);
14
15 bool mount_point_is_api(const char *path);
16 bool mount_point_ignore(const char *path);