xref: /openbmc/u-boot/board/freescale/common/fman.h (revision 2915609a)
1*2915609aSAndy Fleming /*
2*2915609aSAndy Fleming  * Copyright 2011 Freescale Semiconductor, Inc.
3*2915609aSAndy Fleming  *
4*2915609aSAndy Fleming  * This program is free software; you can redistribute it and/or
5*2915609aSAndy Fleming  * modify it under the terms of the GNU General Public License as
6*2915609aSAndy Fleming  * published by the Free Software Foundation; either version 2 of
7*2915609aSAndy Fleming  * the License, or (at your option) any later version.
8*2915609aSAndy Fleming  *
9*2915609aSAndy Fleming  * This program is distributed in the hope that it will be useful,
10*2915609aSAndy Fleming  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*2915609aSAndy Fleming  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*2915609aSAndy Fleming  * GNU General Public License for more details.
13*2915609aSAndy Fleming  *
14*2915609aSAndy Fleming  * You should have received a copy of the GNU General Public License
15*2915609aSAndy Fleming  * along with this program; if not, write to the Free Software
16*2915609aSAndy Fleming  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17*2915609aSAndy Fleming  * MA 02111-1307 USA
18*2915609aSAndy Fleming  */
19*2915609aSAndy Fleming 
20*2915609aSAndy Fleming #ifndef __FMAN_BOARD_HELPER__
21*2915609aSAndy Fleming #define __FMAN_BOARD_HELPER__
22*2915609aSAndy Fleming 
23*2915609aSAndy Fleming void fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr,
24*2915609aSAndy Fleming 			const char *alias);
25*2915609aSAndy Fleming 
26*2915609aSAndy Fleming #endif
27