Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Vikas Manocha | 33913c5 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 2 | /* |
Patrice Chotard | cc55116 | 2017-10-23 09:53:59 +0200 | [diff] [blame] | 3 | * Copyright (C) 2014, STMicroelectronics - All Rights Reserved |
| 4 | * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. |
Vikas Manocha | 33913c5 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __STV0991_DEFS_H__ |
| 8 | #define __STV0991_DEFS_H__ |
| 9 | #include <asm/arch/stv0991_periph.h> |
| 10 | |
| 11 | extern int stv0991_pinmux_config(enum periph_id); |
| 12 | extern int clock_setup(enum periph_clock); |
| 13 | |
| 14 | #endif |
| 15 | |