]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/boot-timestamps.h
c39c5a2e7696b89f6b612d8eb24e30d7857bdb6a
[thirdparty/systemd.git] / src / shared / boot-timestamps.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2012 Lennart Poettering
6 Copyright 2013 Kay Sievers
7 ***/
8
9 #include <time-util.h>
10
11 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);