]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/boot-timestamps.h
Merge pull request #14592 from keszybz/simplifications
[thirdparty/systemd.git] / src / shared / boot-timestamps.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c51d84dc
KS
2#pragma once
3
c51d84dc
KS
4#include <time-util.h>
5
6int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);