u-boot-mips.h 328 B

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