17 lines
316 B
C
17 lines
316 B
C
/*
|
|
* Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_
|
|
#define ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_
|
|
|
|
#define __CR_REV 1U
|
|
|
|
#define __GIC_PRESENT 0U
|
|
#define __TIM_PRESENT 0U
|
|
|
|
#endif /* ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_ */
|