1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(C) 2024 Ericsson AB. 3 */ 4 5 #ifndef EAL_LCORE_VAR_H 6 #define EAL_LCORE_VAR_H 7 8 void 9 eal_lcore_var_cleanup(void); 10 11 #endif 12