Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8e881959a49467e70c786a30987a367e22bb4014
/
.
/
soc
/
arm
/
fvp_aemv8r
/
aarch32
/
soc.h
blob: 6092fc94718342c4738a029499772c275b6f53c9 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 IoT.bzh
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
_SOC_H_
#define
_SOC_H_
/* Do not let CMSIS to handle GIC and Timer */
#define
__GIC_PRESENT
0
#define
__TIM_PRESENT
0
#endif
/* _SOC_H_ */