]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/switch-root.h
pid1: add "soft-reboot" reboot method
[thirdparty/systemd.git] / src / shared / switch-root.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
05d3a176 2#pragma once
41669317 3
0c697941
LP
4#include <stdbool.h>
5
13ffc607 6int switch_root(const char *new_root, const char *old_root_after, unsigned long mount_flags, bool destroy_old_root);