blob: 17d32fea8d70b76a3c42b932a8407fd52d67ca19 [file] [log] [blame]
Laura Abbott35cded22014-09-22 13:26:28 -07001/* SPDX-License-Identifier: GPL-2.0 */
2/*
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);