blob: ca59622d1d5f56cd2a5c03422957e763aaa0d1c9 [file] [log] [blame]
Rishabh Bhatnagare9a05bb2018-12-10 11:09:45 -08001/* SPDX-License-Identifier: GPL-2.0-only */
Laura Abbott35cded22014-09-22 13:26:28 -07002/*
3 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
4 */
5
6#include <linux/notifier.h>
7
8int show_mem_notifier_register(struct notifier_block *nb);
9
10int show_mem_notifier_unregister(struct notifier_block *nb);
11
12void show_mem_call_notifiers(void);