mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
1537d38619
Uniformize STMicroelectronics copyrights headers for STV0991 related code. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
16 lines
382 B
C
16 lines
382 B
C
/*
|
|
* Copyright (C) 2014, STMicroelectronics - All Rights Reserved
|
|
* Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __STV0991_DEFS_H__
|
|
#define __STV0991_DEFS_H__
|
|
#include <asm/arch/stv0991_periph.h>
|
|
|
|
extern int stv0991_pinmux_config(enum periph_id);
|
|
extern int clock_setup(enum periph_clock);
|
|
|
|
#endif
|
|
|