aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/arch/ppc_64/rte_io.h
blob: 01455065e5d24f443f59d2130f41e56d73c49347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2016 Cavium, Inc
 */

#ifndef _RTE_IO_PPC_64_H_
#define _RTE_IO_PPC_64_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "generic/rte_io.h"

#ifdef __cplusplus
}
#endif

#endif /* _RTE_IO_PPC_64_H_ */