1 /* Copyright (C) 2023 BeagleBoard.org Foundation
2  * Copyright (C) 2023 S Prashanth
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _TI_K3_J721E_R5_SOC_H_
8 #define _TI_K3_J721E_R5_SOC_H_
9 
10 #include <zephyr/drivers/interrupt_controller/intc_vim.h>
11 
12 #endif /* _TI_K3_J721E_R5_SOC_H_ */
13