1 /*
2  * Copyright (c) 2021 Andes Technology Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @brief Macros for the Andes AE350 platform
9  */
10 
11 #ifndef __RISCV_ANDES_AE350_SOC_H_
12 #define __RISCV_ANDES_AE350_SOC_H_
13 
14 #include <soc_common.h>
15 
16 /* Include CSRs available for Andes V5 SoCs */
17 #include "soc_v5.h"
18 
19 #endif /* __RISCV_ANDES_AE350_SOC_H_ */
20