/* * Copyright (c) 2022 BayLibre, SAS * * SPDX-License-Identifier: Apache-2.0 */ #ifndef PMP_H_ #define PMP_H_ void z_riscv_pmp_init(void); #endif /* PMP_H_ */