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:
parent
e4fbf769c9
commit
b49d0addc5
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue