Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-stv0991 / stv0991_defs.h
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