]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/boot-timestamps.h
hwdb: Add support for HP ZBook Studio G5 keyboard (#17525)
[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);