ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / ppc / platforms / 4xx / oak_setup.h
1 /*
2  *
3  *    Copyright (c) 1999-2000 Grant Erickson <grant@lcse.umn.edu>
4  *
5  *    Module name: oak_setup.h
6  *
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>.
12  *
13  */
14
15 #ifndef __OAK_SETUP_H__
16 #define __OAK_SETUP_H__
17
18 #include <asm/ptrace.h>
19 #include <asm/board.h>
20
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 extern unsigned char     __res[sizeof(bd_t)];
27
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);
44
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50 #endif /* __OAK_SETUP_H__ */