1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2016 Cavium, Inc 3 */ 4 5 #ifndef _RTE_IO_ARM_H_ 6 #define _RTE_IO_ARM_H_ 7 8 #ifdef RTE_ARCH_64 9 #include "rte_io_64.h" 10 #else 11 #include "generic/rte_io.h" 12 #endif 13 14 #endif /* _RTE_IO_ARM_H_ */ 15