Jetpack/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_defs.h
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

17 lines
324 B
C

/*
* (C) Copyright 2014
* Vikas Manocha, ST Micoelectronics, vikas.manocha@st.com.
*
* 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