soc: riscv: riscv-privilege: andes_v5: make smu.h self contained
The header was not self-contained: it uses DT and utility macros but <devicetree.h> and <sys/util_macro.h> were not included. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a08e87e078
commit
130b06a0fd
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
#ifndef SOC_RISCV_ANDES_V5_SMU_H_
|
||||
#define SOC_RISCV_ANDES_V5_SMU_H_
|
||||
|
||||
#include <devicetree.h>
|
||||
#include <sys/util_macro.h>
|
||||
|
||||
/*
|
||||
* SMU Register Base Address
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue