1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2022 Loongson Technology Corporation Limited 3 */ 4 5 #ifndef RTE_IO_LOONGARCH_H 6 #define RTE_IO_LOONGARCH_H 7 8 #include "generic/rte_io.h" 9 10 #endif /* RTE_IO_LOONGARCH_H */ 11