linuxkm/linuxkm_wc_port.h: add missing prototype for my__show_free_areas().

This commit is contained in:
Daniel Pouzzner
2023-09-11 21:27:25 -05:00
parent 61f48eb5a1
commit 63e167e974

View File

@@ -133,6 +133,10 @@
* reference to unexported __show_free_areas().
*/
#define __show_free_areas my__show_free_areas
void my__show_free_areas(
unsigned int flags,
nodemask_t *nodemask,
int max_zone_idx);
#endif
#endif
#include <linux/mm.h>