]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/boot-timestamps.h
mount-util: beef up bind_remount_recursive() to be able to toggle more than MS_RDONLY
[thirdparty/systemd.git] / src / shared / boot-timestamps.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <time-util.h>
5
6 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);