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