summaryrefslogtreecommitdiffstats
path: root/src/timedate/hwclock-util.h
blob: 1503b5cf1fae4abc93f646a38c772ac0109be611 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <time.h>

int hwclock_get(struct tm *tm);
int hwclock_set(const struct tm *tm);