]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_eal/linux/eal/include/rte_os.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / linux / eal / include / rte_os.h
CommitLineData
9f95a23c
TL
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 * linux OS. Functions will be added in future releases.
12 */
13
14#endif /* _RTE_OS_H_ */