1*e034ea3bSDaniel Schwierzeck /*
2*e034ea3bSDaniel Schwierzeck  * This file is released under the terms of GPL v2 and any later version.
3*e034ea3bSDaniel Schwierzeck  * See the file COPYING in the root directory of the source tree for details.
4*e034ea3bSDaniel Schwierzeck  *
5*e034ea3bSDaniel Schwierzeck  * Copyright (C) 2003 Wolfgang Denk, DENX Software Engineering, wd@denx.de
6*e034ea3bSDaniel Schwierzeck  */
7*e034ea3bSDaniel Schwierzeck 
8*e034ea3bSDaniel Schwierzeck extern ulong uboot_end_data;
9*e034ea3bSDaniel Schwierzeck extern ulong uboot_end;
10*e034ea3bSDaniel Schwierzeck 
11*e034ea3bSDaniel Schwierzeck extern int incaip_set_cpuclk(void);
12