chiark / gitweb /
211a655895c0e6d28bad26f87285e6471832d5a4
[elogind.git] / src / core / mount-setup.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   This file is part of systemd.
6
7   Copyright 2010 Lennart Poettering
8 ***/
9
10 #include <stdbool.h>
11
12 #if 0 /// UNNEEDED by elogind
13 int mount_setup_early(void);
14 #endif // 0
15 int mount_setup(bool loaded_policy);
16
17 #if 0 /// UNNEEDED by elogind
18 int mount_cgroup_controllers(char ***join_controllers);
19
20 bool mount_point_is_api(const char *path);
21 bool mount_point_ignore(const char *path);
22 #endif // 0