Skip to content

Commit

Permalink
Merge pull request wolfSSL#6766 from douzzer/20230911-linuxkm-my__sho…
Browse files Browse the repository at this point in the history
…w_free_areas-prototype

20230911-linuxkm-my__show_free_areas-prototype
  • Loading branch information
JacobBarthelmeh authored Sep 12, 2023
2 parents e4b211b + 63e167e commit 86755dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linuxkm/linuxkm_wc_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 86755dc

Please sign in to comment.