1 /*
2  * Copyright (c) 2020 EPAM Systems
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  */
7 
8 #ifndef _SOC_H_
9 #define _SOC_H_
10 
11 #include <sys/util.h>
12 
13 #ifndef _ASMLANGUAGE
14 
15 #include <device.h>
16 
17 #endif /* !_ASMLANGUAGE */
18 
19 #endif /* _SOC_H_ */
20