vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c
[vpp.git] / src / vppinfra / linux / sysfs.h
index 5f5eec2..9cbc348 100644 (file)
@@ -35,6 +35,8 @@ clib_error_t *clib_sysfs_get_surplus_hugepages (int numa_node,
 clib_error_t *clib_sysfs_prealloc_hugepages (int numa_node,
                                             int log2_page_size, int nr);
 
+uword *clib_sysfs_list_to_bitmap (char *filename);
+
 #endif /* included_linux_sysfs_h */
 
 /*