1 /*
2  * Copyright (C) 2023, Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef RISCV_INTEL_FPGA_NIOSV_H
8 #define RISCV_INTEL_FPGA_NIOSV_H
9 
10 #include <soc_common.h>
11 #include <zephyr/devicetree.h>
12 
13 #endif /* RISCV_INTEL_FPGA_NIOSV_H */
14