Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl320-ipc.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b29e172eea8f34b5bcc1137bc79e225fccc61e6 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 */

int pl320_ipc_transmit(u32 *data);
int pl320_ipc_register_notifier(struct notifier_block *nb);
int pl320_ipc_unregister_notifier(struct notifier_block *nb);