1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2019 Intel Corporation 3 */ 4 5 #ifndef _UNISTD_H_ 6 #define _UNISTD_H_ 7 /** 8 * This file is added to support common code in eal_common_lcore.c 9 * as Microsoft libc does not contain unistd.h. This may be removed 10 * in future releases. 11 */ 12 13 #include <io.h> 14 15 #endif /* _UNISTD_H_ */ 16