]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_eal/freebsd/eal/include/rte_os.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / freebsd / eal / include / rte_os.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2019 Intel Corporation
3 */
4
5 #ifndef _RTE_OS_H_
6 #define _RTE_OS_H_
7
8 /**
9 * This is header should contain any function/macro definition
10 * which are not supported natively or named differently in the
11 * freebsd OS. Functions will be added in future releases.
12 */
13
14 #endif /* _RTE_OS_H_ */