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