13 lines
167 B
C
13 lines
167 B
C
|
/*
|
||
|
* 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_ */
|