]> Git Repo - linux.git/blob - include/linux/pl320-ipc.h
mm, swap: fix race between swapoff and some swap operations
[linux.git] / include / linux / pl320-ipc.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  */
4
5 int pl320_ipc_transmit(u32 *data);
6 int pl320_ipc_register_notifier(struct notifier_block *nb);
7 int pl320_ipc_unregister_notifier(struct notifier_block *nb);
This page took 0.037033 seconds and 4 git commands to generate.