1*b5b06fb7SYork Sun /*
2*b5b06fb7SYork Sun  * Copyright 2011-2012 Freescale Semiconductor, Inc.
3*b5b06fb7SYork Sun  *
4*b5b06fb7SYork Sun  * This program is free software; you can redistribute it and/or
5*b5b06fb7SYork Sun  * modify it under the terms of the GNU General Public License as
6*b5b06fb7SYork Sun  * published by the Free Software Foundation; either version 2 of
7*b5b06fb7SYork Sun  * the License, or (at your option) any later version.
8*b5b06fb7SYork Sun  *
9*b5b06fb7SYork Sun  * This program is distributed in the hope that it will be useful,
10*b5b06fb7SYork Sun  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*b5b06fb7SYork Sun  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*b5b06fb7SYork Sun  * GNU General Public License for more details.
13*b5b06fb7SYork Sun  *
14*b5b06fb7SYork Sun  * You should have received a copy of the GNU General Public License
15*b5b06fb7SYork Sun  * along with this program; if not, write to the Free Software
16*b5b06fb7SYork Sun  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17*b5b06fb7SYork Sun  * MA 02111-1307 USA
18*b5b06fb7SYork Sun  */
19*b5b06fb7SYork Sun 
20*b5b06fb7SYork Sun #ifndef __CORENET_DS_H__
21*b5b06fb7SYork Sun #define __CORENET_DS_H__
22*b5b06fb7SYork Sun 
23*b5b06fb7SYork Sun void fdt_fixup_board_enet(void *blob);
24*b5b06fb7SYork Sun void pci_of_setup(void *blob, bd_t *bd);
25*b5b06fb7SYork Sun 
26*b5b06fb7SYork Sun #endif
27