summaryrefslogtreecommitdiffstats
path: root/src/shared/boot-timestamps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/boot-timestamps.h')
-rw-r--r--src/shared/boot-timestamps.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/boot-timestamps.h b/src/shared/boot-timestamps.h
new file mode 100644
index 0000000..55b7ad1
--- /dev/null
+++ b/src/shared/boot-timestamps.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include <time-util.h>
+
+int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);