blob: 10fa25816b4c40c403a8dd7a8c88adea7cd840c4 [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
*/
#ifndef EXIT_H
#define EXIT_H
#include <stdbool.h>
struct rec;
struct rmi_rec_exit;
bool handle_realm_exit(struct rec *rec, struct rmi_rec_exit *rec_exit, int exception);
#endif /* EXIT_H */