doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / common / eal_memalloc.h
index e953cd8..ebc3a6f 100644 (file)
@@ -93,4 +93,7 @@ eal_memalloc_get_seg_fd_offset(int list_idx, int seg_idx, size_t *offset);
 int
 eal_memalloc_init(void);
 
+int
+eal_memalloc_cleanup(void);
+
 #endif /* EAL_MEMALLOC_H */