blob: ca59622d1d5f56cd2a5c03422957e763aaa0d1c9 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* 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);