Merge pull request #6766 from douzzer/20230911-linuxkm-my__show_free_areas-prototype

20230911-linuxkm-my__show_free_areas-prototype
This commit is contained in:
JacobBarthelmeh
2023-09-12 10:51:15 -06:00
committed by GitHub

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>