Systemd/src/core/mount-setup.h

13 lines
287 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
2010-03-31 16:29:55 +02:00
#include <stdbool.h>
int mount_setup_early(void);
int mount_setup(bool loaded_policy);
2010-03-31 16:29:55 +02:00
int mount_cgroup_controllers(char ***join_controllers);
bool mount_point_is_api(const char *path);
bool mount_point_ignore(const char *path);