1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (C) 2014, STMicroelectronics - All Rights Reserved 4 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. 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 16