Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pmp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_RISCV_PMP_H_
8#define ZEPHYR_INCLUDE_RISCV_PMP_H_
9
11
12#ifdef CONFIG_RISCV_PMP
13
23void z_riscv_pmp_clear_all(void);
24
25#endif
26
27#endif /* ZEPHYR_INCLUDE_RISCV_PMP_H_ */
RISCV specific kernel interface header.