1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 3 #ifndef _RTE_OS_SHIM_ 4 #define _RTE_OS_SHIM_ 5 6 #include <rte_os.h> 7 8 /** 9 * @file 10 * @internal 11 * Provides semi-standard OS facilities by convenient names. 12 */ 13 14 #endif /* _RTE_OS_SHIM_ */ 15