Rishabh Bhatnagar | e9a05bb | 2018-12-10 11:09:45 -0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Laura Abbott | 35cded2 | 2014-09-22 13:26:28 -0700 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2018, The Linux Foundation. All rights reserved. | ||||
4 | */ | ||||
5 | |||||
6 | #include <linux/notifier.h> | ||||
7 | |||||
8 | int show_mem_notifier_register(struct notifier_block *nb); | ||||
9 | |||||
10 | int show_mem_notifier_unregister(struct notifier_block *nb); | ||||
11 | |||||
12 | void show_mem_call_notifiers(void); |