1 /* 2 * Copyright (c) 2024 Antmicro <www.antmicro.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 * 6 */ 7 8 #ifndef ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_ 9 #define ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_ 10 11 #define __CR_REV 1U 12 13 #define __GIC_PRESENT 0U 14 #define __TIM_PRESENT 0U 15 16 #endif /* ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_ */ 17