]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/isee/igep0033/board.h
Merge branch 'master' of git://git.denx.de/u-boot-video
[karo-tx-uboot.git] / board / isee / igep0033 / board.h
1 /*
2  * IGEP COM AQUILA/CYGNUS boards information header
3  *
4  * Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; either version 2 of
9  * the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
16
17 #ifndef _BOARD_H_
18 #define _BOARD_H_
19
20 /*
21  * We must be able to enable uart0, for initial output. We then have a
22  * main pinmux function that can be overridden to enable all other pinmux that
23  * is required on the board.
24  */
25 void enable_uart0_pin_mux(void);
26 void enable_board_pin_mux(void);
27 #endif