Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/arch/riscv/pmp/clear-pmp-unlocked-entries/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#include <zephyr/tc_util.h>
#include <zephyr/ztest.h>

void z_riscv_pmp_read_config(unsigned long *pmp_cfg, size_t pmp_cfg_size);

/* Checks if the Machine Privilege Register Virtualization (MPRV) bit in mstatus is 1 (enabled). */
static bool riscv_mprv_is_enabled(void)
{
Expand Down