blob: 9a967ac38a1f763cb1b144e879616886019340ff [file] [log] [blame]
Vikas Manocha1b51c932016-02-11 15:47:20 -08001/*
Patrice Chotard789ee0e2017-10-23 09:53:58 +02002 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
3 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
Vikas Manocha1b51c932016-02-11 15:47:20 -08004 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __STM32_DEFS_H__
9#define __STM32_DEFS_H__
10#include <asm/arch/stm32_periph.h>
11
12int clock_setup(enum periph_clock);
13
14#endif
15