uboot/board/siemens/rut/board.h
<<
>>
Prefs
   1/*
   2 * board.h
   3 *
   4 * (C) Copyright 2013 Siemens Schweiz AG
   5 * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
   6 *
   7 * Based on:
   8 * TI AM335x boards information header
   9 * u-boot:/board/ti/am335x/board.h
  10 *
  11 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
  12 *
  13 * SPDX-License-Identifier:     GPL-2.0+
  14 */
  15
  16#ifndef _BOARD_H_
  17#define _BOARD_H_
  18
  19void enable_uart0_pin_mux(void);
  20void enable_i2c0_pin_mux(void);
  21void enable_board_pin_mux(void);
  22#endif
  23