Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / ppc / platforms / 4xx / oak_setup.h
blob8648bd084df891185a79d93b5631cec155053d95
1 /*
3 * Copyright (c) 1999-2000 Grant Erickson <grant@lcse.umn.edu>
5 * Module name: oak_setup.h
7 * Description:
8 * Architecture- / platform-specific boot-time initialization code for
9 * the IBM PowerPC 403GCX "Oak" evaluation board. Adapted from original
10 * code by Gary Thomas, Cort Dougan <cort@cs.nmt.edu>, and Dan Malek
11 * <dan@netx4.com>.
15 #ifndef __OAK_SETUP_H__
16 #define __OAK_SETUP_H__
18 #include <asm/ptrace.h>
19 #include <asm/board.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 extern unsigned char __res[sizeof(bd_t)];
28 extern void oak_init(unsigned long r3,
29 unsigned long ird_start,
30 unsigned long ird_end,
31 unsigned long cline_start,
32 unsigned long cline_end);
33 extern void oak_setup_arch(void);
34 extern int oak_setup_residual(char *buffer);
35 extern void oak_init_IRQ(void);
36 extern int oak_get_irq(struct pt_regs *regs);
37 extern void oak_restart(char *cmd);
38 extern void oak_power_off(void);
39 extern void oak_halt(void);
40 extern void oak_time_init(void);
41 extern int oak_set_rtc_time(unsigned long now);
42 extern unsigned long oak_get_rtc_time(void);
43 extern void oak_calibrate_decr(void);
46 #ifdef __cplusplus
48 #endif
50 #endif /* __OAK_SETUP_H__ */