mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
linuxkm/linuxkm_wc_port.h: add missing prototype for my__show_free_areas().
This commit is contained in:
@@ -133,6 +133,10 @@
|
|||||||
* reference to unexported __show_free_areas().
|
* reference to unexported __show_free_areas().
|
||||||
*/
|
*/
|
||||||
#define __show_free_areas my__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
|
||||||
#endif
|
#endif
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
|
Reference in New Issue
Block a user