stv0991_defs.h 381 B

1234567891011121314
  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. #ifndef __STV0991_DEFS_H__
  7. #define __STV0991_DEFS_H__
  8. #include <asm/arch/stv0991_periph.h>
  9. extern int stv0991_pinmux_config(enum periph_id);
  10. extern int clock_setup(enum periph_clock);
  11. #endif