xref: /openbmc/linux/arch/arm/mach-spear/pl080.h (revision da89947b)
12b9c613cSArnd Bergmann /*
22b9c613cSArnd Bergmann  * arch/arm/plat-spear/include/plat/pl080.h
32b9c613cSArnd Bergmann  *
42b9c613cSArnd Bergmann  * DMAC pl080 definitions for SPEAr platform
52b9c613cSArnd Bergmann  *
62b9c613cSArnd Bergmann  * Copyright (C) 2012 ST Microelectronics
7da89947bSViresh Kumar  * Viresh Kumar <vireshk@kernel.org>
82b9c613cSArnd Bergmann  *
92b9c613cSArnd Bergmann  * This file is licensed under the terms of the GNU General Public
102b9c613cSArnd Bergmann  * License version 2. This program is licensed "as is" without any
112b9c613cSArnd Bergmann  * warranty of any kind, whether express or implied.
122b9c613cSArnd Bergmann  */
132b9c613cSArnd Bergmann 
142b9c613cSArnd Bergmann #ifndef __PLAT_PL080_H
152b9c613cSArnd Bergmann #define __PLAT_PL080_H
162b9c613cSArnd Bergmann 
172b9c613cSArnd Bergmann struct pl08x_channel_data;
182b9c613cSArnd Bergmann int pl080_get_signal(const struct pl08x_channel_data *cd);
192b9c613cSArnd Bergmann void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);
202b9c613cSArnd Bergmann 
212b9c613cSArnd Bergmann #endif /* __PLAT_PL080_H */
22