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

/***
  Copyright 2012 Lennart Poettering
  Copyright 2013 Kay Sievers
***/

#include <time-util.h>

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