1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2023 Intel Corporation 3 */ 4 5 #ifndef _SIMPLE_MP_COMMANDS_H_ 6 #define _SIMPLE_MP_COMMANDS_H_ 7 8 #include "commands.h" 9 10 extern struct rte_ring *send_ring; 11 extern struct rte_mempool *message_pool; 12 extern volatile int quit; 13 14 #endif /* _SIMPLE_MP_COMMANDS_H_ */ 15