summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.h
blob: 211a655895c0e6d28bad26f87285e6471832d5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2010 Lennart Poettering
***/

#include <stdbool.h>

#if 0 /// UNNEEDED by elogind
int mount_setup_early(void);
#endif // 0
int mount_setup(bool loaded_policy);

#if 0 /// UNNEEDED by elogind
int mount_cgroup_controllers(char ***join_controllers);

bool mount_point_is_api(const char *path);
bool mount_point_ignore(const char *path);
#endif // 0