f-stack/dpdk/lib/eal/linux/include/rte_os_shim.h

15 lines
230 B
C
Raw Normal View History

2022-09-06 04:00:10 +00:00
/* SPDX-License-Identifier: BSD-3-Clause */
#ifndef _RTE_OS_SHIM_
#define _RTE_OS_SHIM_
#include <rte_os.h>
/**
* @file
* @internal
* Provides semi-standard OS facilities by convenient names.
*/
#endif /* _RTE_OS_SHIM_ */