projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: add QorIQ DPAA 1 FMan v3 device tree nodes
[platform/kernel/u-boot.git]
/
board
/
silica
/
pengwyn
/
board.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* board.h
4
*
5
* Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com>
6
*/
7
8
#ifndef _BOARD_H_
9
#define _BOARD_H_
10
11
void enable_uart0_pin_mux(void);
12
void enable_board_pin_mux(void);
13
14
#endif