1 #ifndef __RISCV_ITE_SOC_H_ 2 #define __RISCV_ITE_SOC_H_ 3 /* 4 * Copyright (c) 2020 ITE Corporation. All Rights Reserved. 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 * 8 */ 9 #include <soc_common.h> 10 11 12 #endif /* __RISCV_ITE_SOC_H_ */ 13