board.h 235 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * board.h
  4. *
  5. * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com>
  6. */
  7. #ifndef _BOARD_H_
  8. #define _BOARD_H_
  9. void enable_uart0_pin_mux(void);
  10. void enable_board_pin_mux(void);
  11. #endif