patch-2.3.6 linux/include/asm-ppc/system.h
Next file: linux/include/asm-sparc/io.h
Previous file: linux/include/asm-mips/namei.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Jun 7 12:11:51 1999
- Orig file:
v2.3.5/linux/include/asm-ppc/system.h
- Orig date:
Mon May 31 22:28:06 1999
diff -u --recursive --new-file v2.3.5/linux/include/asm-ppc/system.h linux/include/asm-ppc/system.h
@@ -74,6 +74,9 @@
extern void enable_kernel_fp(void);
extern void cvt_fd(float *from, double *to, unsigned long *fpscr);
extern void cvt_df(double *from, float *to, unsigned long *fpscr);
+extern int call_rtas(const char *, int, int, unsigned long *, ...);
+extern void chrp_progress(char *);
+void chrp_event_scan(void);
struct device_node;
extern void note_scsi_host(struct device_node *, void *);
@@ -87,6 +90,8 @@
extern struct task_struct *_switch(struct thread_struct *prev,
struct thread_struct *next,
unsigned long context);
+
+extern unsigned int rtas_data;
struct pt_regs;
extern void dump_regs(struct pt_regs *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)