1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/plat-spear/include/plat/pl080.h
5 * DMAC pl080 definitions for SPEAr platform
7 * Copyright (C) 2012 ST Microelectronics
8 * Viresh Kumar <vireshk@kernel.org>
11 #ifndef __PLAT_PL080_H
12 #define __PLAT_PL080_H
14 struct pl08x_channel_data
;
15 int pl080_get_signal(const struct pl08x_channel_data
*cd
);
16 void pl080_put_signal(const struct pl08x_channel_data
*cd
, int signal
);
18 #endif /* __PLAT_PL080_H */