]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/acpi-fpdt.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / shared / acpi-fpdt.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2013 Kay Sievers
8 ***/
9
10 #include <time-util.h>
11
12 int acpi_get_boot_usec(usec_t *loader_start, usec_t *loader_exit);