xref: /dpdk/lib/eal/common/eal_lcore_var.h (revision 5bce9bed67ad59aa5aede02256a8490d758b0c29)
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