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