summaryrefslogtreecommitdiff
path: root/src/shared/boot-timestamps.h
blob: 6fc712940d9d1378cadc499aa8b33465c3264379 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  Copyright 2013 Kay Sievers
***/

#include <time-util.h>

int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);