]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_eal/common/include/arch/x86/rte_io.h
2db71b1b0a72c1e9d6574286bf078500627de829
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / common / include / arch / x86 / rte_io.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2016 Cavium, Inc
3 */
4
5 #ifndef _RTE_IO_X86_H_
6 #define _RTE_IO_X86_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #include "generic/rte_io.h"
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* _RTE_IO_X86_H_ */