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