blob: 97d28b26f139a4fb525bdf69731f194b1acff94d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vikas Manocha33913c52014-11-18 10:42:22 -08002/*
Patrice Chotardcc551162017-10-23 09:53:59 +02003 * Copyright (C) 2014, STMicroelectronics - All Rights Reserved
4 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
Vikas Manocha33913c52014-11-18 10:42:22 -08005 */
6
7#ifndef __STV0991_DEFS_H__
8#define __STV0991_DEFS_H__
9#include <asm/arch/stv0991_periph.h>
10
11extern int stv0991_pinmux_config(enum periph_id);
12extern int clock_setup(enum periph_clock);
13
14#endif
15