aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear/pl080.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-12-02 09:49:04 -0500
committerArnd Bergmann <arnd@arndb.de>2013-03-12 12:39:53 -0400
commit2b9c613c4ee1756664fcbf6fc4926fee3e7139c3 (patch)
tree32df959f729b51b7a56acbe70898f94dc3ae598d /arch/arm/mach-spear/pl080.h
parenta7ed099ffc8edf2a6dccd8a22469347f5cdcfa57 (diff)
ARM: spear: move generic.h and pl080.h into private dir
No file outside of mach-spear includes these files any more, so they don't have to be globally visible now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear/pl080.h')
-rw-r--r--arch/arm/mach-spear/pl080.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-spear/pl080.h b/arch/arm/mach-spear/pl080.h
new file mode 100644
index 000000000000..eb6590ded40d
--- /dev/null
+++ b/arch/arm/mach-spear/pl080.h
@@ -0,0 +1,21 @@
1/*
2 * arch/arm/plat-spear/include/plat/pl080.h
3 *
4 * DMAC pl080 definitions for SPEAr platform
5 *
6 * Copyright (C) 2012 ST Microelectronics
7 * Viresh Kumar <viresh.linux@gmail.com>
8 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#ifndef __PLAT_PL080_H
15#define __PLAT_PL080_H
16
17struct pl08x_channel_data;
18int pl080_get_signal(const struct pl08x_channel_data *cd);
19void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);
20
21#endif /* __PLAT_PL080_H */