summaryrefslogtreecommitdiff
path: root/src/shared/boot-timestamps.h
blob: e7917c90bed22a50032d2cc94e0e193bd3e75415 (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);