blob: 940118b82bdc385a1f4da4864f58309b53189c96 [file] [log] [blame]
Soby Mathewb4c6df42022-11-09 11:13:29 +00001/*
2 * SPDX-License-Identifier: BSD-3-Clause
3 * SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
4 */
5
6#ifndef TIMERS_H
7#define TIMERS_H
8
9struct rec;
10struct rmi_rec_exit;
11
12bool check_pending_timers(struct rec *rec);
13void report_timer_state_to_ns(struct rmi_rec_exit *rec_exit);
14
15#endif /* TIMERS_H */