zephyr/arch/riscv/include/pmp.h

13 lines
167 B
C
Raw Normal View History

/*
* 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_ */