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