Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
[linux-2.6-block.git] / arch / microblaze / include / asm / setup.h
CommitLineData
ec9f9101 1/*
a43acfbb
MS
2 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2007-2009 PetaLogix
ec9f9101
MS
4 * Copyright (C) 2006 Atmark Techno, Inc.
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
9 */
10
11#ifndef _ASM_MICROBLAZE_SETUP_H
12#define _ASM_MICROBLAZE_SETUP_H
13
14#define COMMAND_LINE_SIZE 256
15
16# ifndef __ASSEMBLY__
17
18# ifdef __KERNEL__
19extern unsigned int boot_cpuid; /* move to smp.h */
20
21extern char cmd_line[COMMAND_LINE_SIZE];
ec9f9101
MS
22
23void early_printk(const char *fmt, ...);
24
25int setup_early_printk(char *opt);
26void disable_early_printk(void);
27
28void heartbeat(void);
29void setup_heartbeat(void);
30
31unsigned long long sched_clock(void);
32
a43acfbb
MS
33# ifdef CONFIG_MMU
34extern void mmu_reset(void);
35extern void early_console_reg_tlb_alloc(unsigned int addr);
36# endif /* CONFIG_MMU */
37
42a2478b
MS
38extern void of_platform_reset_gpio_probe(void);
39
ec9f9101
MS
40void time_init(void);
41void init_IRQ(void);
42void machine_early_init(const char *cmdline, unsigned int ram,
2622434e 43 unsigned int fdt, unsigned int msr);
ec9f9101
MS
44
45void machine_restart(char *cmd);
46void machine_shutdown(void);
47void machine_halt(void);
48void machine_power_off(void);
49
a43acfbb 50# endif/* __KERNEL__ */
ec9f9101
MS
51# endif /* __ASSEMBLY__ */
52#endif /* _ASM_MICROBLAZE_SETUP_H */