common.h (5307153236caaf2304e578c148e00a4b65cb8604) | common.h (097e17836d9e8d3f5abb5987f8ac706168d1c2ec) |
---|---|
1/* 2 * (C) Copyright 2000-2009 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 784 unchanged lines hidden (view full) --- 793#include <iomux.h> 794#endif 795 796int pcmcia_init (void); 797 798#ifdef CONFIG_STATUS_LED 799# include <status_led.h> 800#endif | 1/* 2 * (C) Copyright 2000-2009 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 784 unchanged lines hidden (view full) --- 793#include <iomux.h> 794#endif 795 796int pcmcia_init (void); 797 798#ifdef CONFIG_STATUS_LED 799# include <status_led.h> 800#endif |
801/* 802 * Board-specific Platform code can reimplement show_boot_progress () if needed 803 */ 804void show_boot_progress(int val); | |
805 | 801 |
802#include <bootstage.h> 803 |
|
806/* Multicore arch functions */ 807#ifdef CONFIG_MP 808int cpu_status(int nr); 809int cpu_reset(int nr); 810int cpu_disable(int nr); 811int cpu_release(int nr, int argc, char * const argv[]); 812#endif 813 --- 106 unchanged lines hidden --- | 804/* Multicore arch functions */ 805#ifdef CONFIG_MP 806int cpu_status(int nr); 807int cpu_reset(int nr); 808int cpu_disable(int nr); 809int cpu_release(int nr, int argc, char * const argv[]); 810#endif 811 --- 106 unchanged lines hidden --- |