xref: /dpdk/lib/eal/linux/include/rte_os_shim.h (revision 99a2dd955fba6e4cc23b77d590a033650ced9c45)
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