1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (c) 2024 Robin Jarry 3 * All rights reserved. 4 */ 5 6 #ifndef _RTE_IP_H_ 7 #define _RTE_IP_H_ 8 9 #include <rte_ip4.h> 10 #include <rte_ip6.h> 11 12 #endif /* _RTE_IP_H_ */ 13