Convert the ite_ec soc to the hardware model v2. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
224 B
C
13 lines
224 B
C
#ifndef __RISCV_ITE_SOC_H_
|
|
#define __RISCV_ITE_SOC_H_
|
|
/*
|
|
* Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
*/
|
|
#include <soc_common.h>
|
|
|
|
|
|
#endif /* __RISCV_ITE_SOC_H_ */
|