blob: e74e15e8db3a994b5812ce33493ac4bd44eda524 [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 RSI_MEMORY_H
7#define RSI_MEMORY_H
8
9#include <smc-rsi.h>
10
11struct rec;
12struct rmi_rec_exit;
13
14bool handle_rsi_ipa_state_set(struct rec *rec, struct rmi_rec_exit *rec_exit);
15
16rsi_status_t handle_rsi_ipa_state_get(struct rec *rec, unsigned long ipa,
17 enum ripas *ripas);
18
19#endif /* RSI_MEMORY_H */