X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fregisters.h;h=83b688ca198fb3c0e01f8e8acd2b55a5c50f19c6;hb=87b5b53e45e569fc5a0bda62e3dd29dcc7a9108e;hp=8744abb5224f13f91ebdd0fcc201628799647712;hpb=94fccaf5b7180ba1fdceb923886c5e7d2752f9fb;p=linux-2.6.git diff --git a/arch/um/include/registers.h b/arch/um/include/registers.h index 8744abb52..83b688ca1 100644 --- a/arch/um/include/registers.h +++ b/arch/um/include/registers.h @@ -14,16 +14,7 @@ extern int restore_fp_registers(int pid, unsigned long *fp_regs); extern void save_registers(int pid, union uml_pt_regs *regs); extern void restore_registers(int pid, union uml_pt_regs *regs); extern void init_registers(int pid); +extern void get_safe_registers(unsigned long * regs, unsigned long * fp_regs); +extern void get_thread_regs(union uml_pt_regs *uml_regs, void *buffer); #endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * --------------------------------------------------------------------------- - * Local variables: - * c-file-style: "linux" - * End: - */