فهرست منبع

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

Daniel Pouzzner 8 ماه پیش
والد
کامیت
63e167e974
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      linuxkm/linuxkm_wc_port.h

+ 4 - 0
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 <linux/mm.h>