blob: 940118b82bdc385a1f4da4864f58309b53189c96 [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
*/
#ifndef TIMERS_H
#define TIMERS_H
struct rec;
struct rmi_rec_exit;
bool check_pending_timers(struct rec *rec);
void report_timer_state_to_ns(struct rmi_rec_exit *rec_exit);
#endif /* TIMERS_H */