1 /*
2  * Copyright (c) 2013-2016 Wind River Systems, Inc.
3  * Copyright (c) 2017 Oticon A/S
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 /**
9  * @file
10  * @brief Private kernel definitions (POSIX)
11  *
12  */
13 
14 #ifndef ZEPHYR_ARCH_POSIX_INCLUDE_KERNEL_ARCH_DATA_H_
15 #define ZEPHYR_ARCH_POSIX_INCLUDE_KERNEL_ARCH_DATA_H_
16 
17 #endif /* ZEPHYR_ARCH_POSIX_INCLUDE_KERNEL_ARCH_DATA_H_ */
18