soc: ti_k3: guard the soc header

Add macro guard to the soc header to prevent multiple inclusion

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2023-09-26 13:51:58 +08:00 committed by Carles Cufí
commit b49d0addc5

View file

@ -4,4 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __SOC_H_
#define __SOC_H_
#include <zephyr/drivers/mm/rat.h>
#endif /* __SOC_H */