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

/***
  This file is part of systemd.

  Copyright 2013 Kay Sievers
***/

#include <time-util.h>

int acpi_get_boot_usec(usec_t *loader_start, usec_t *loader_exit);