1 /*
2  * Copyright (c) 2017 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _POSIX_SOC_INF_CLOCK_SOC_H
8 #define _POSIX_SOC_INF_CLOCK_SOC_H
9 
10 #include <zephyr/toolchain.h>
11 #include "board_soc.h"
12 #include "posix_soc.h"
13 #include "posix_native_task.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 void posix_soc_clean_up(void);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* _POSIX_SOC_INF_CLOCK_SOC_H */
26