Systemd/src/shared/boot-timestamps.h

7 lines
175 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <time-util.h>
int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);