xref: /rk3399_ARM-atf/drivers/renesas/common/rpc/rpc.h (revision 66a0bb47058db8a4f74ccc1543a146094829e110)
1 /*
2  * Copyright (c) 2026, Renesas Electronics Corporation. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef RPC_H
8 #define RPC_H
9 
10 #include <drivers/spi_nor.h>
11 
12 int rpc_config_xread_mode(const struct spi_mem_op *op);
13 void rpc_setup(void);
14 
15 #endif /* RPC_H */
16