blob: 17d32fea8d70b76a3c42b932a8407fd52d67ca19 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
*/
#include <linux/notifier.h>
int show_mem_notifier_register(struct notifier_block *nb);
int show_mem_notifier_unregister(struct notifier_block *nb);
void show_mem_call_notifiers(void);