]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/clock-util.h
pcrlock: process components outside of location window properly
[thirdparty/systemd.git] / src / shared / clock-util.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
05d3a176 2#pragma once
bbc98d32 3
18c59794 4int clock_is_localtime(const char *adjtime_path);
b34b57a7 5int clock_set_timezone(int *ret_minutesdelta);
455a2eb9
ZJS
6
7#define EPOCH_CLOCK_FILE "/usr/lib/clock-epoch"
8#define TIMESYNCD_CLOCK_FILE_DIR "/var/lib/systemd/timesync/"
9#define TIMESYNCD_CLOCK_FILE TIMESYNCD_CLOCK_FILE_DIR "clock"