From 63e167e9749a8f55472737f410e91bcee10f96b9 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 11 Sep 2023 21:27:25 -0500 Subject: [PATCH] linuxkm/linuxkm_wc_port.h: add missing prototype for my__show_free_areas(). --- linuxkm/linuxkm_wc_port.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linuxkm/linuxkm_wc_port.h b/linuxkm/linuxkm_wc_port.h index 2794dba68..31ca27bf3 100644 --- a/linuxkm/linuxkm_wc_port.h +++ b/linuxkm/linuxkm_wc_port.h @@ -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