xref: /dpdk/lib/eal/ppc/include/rte_io.h (revision 719834a6849e1daf4a70ff7742bbcc3ae7e25607)
1*99a2dd95SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause
2*99a2dd95SBruce Richardson  * Copyright(c) 2016 Cavium, Inc
3*99a2dd95SBruce Richardson  */
4*99a2dd95SBruce Richardson 
5*99a2dd95SBruce Richardson #ifndef _RTE_IO_PPC_64_H_
6*99a2dd95SBruce Richardson #define _RTE_IO_PPC_64_H_
7*99a2dd95SBruce Richardson 
8*99a2dd95SBruce Richardson #include "generic/rte_io.h"
9*99a2dd95SBruce Richardson 
10*99a2dd95SBruce Richardson #endif /* _RTE_IO_PPC_64_H_ */
11