Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
0004  */
0005 
0006 #ifndef __ARCH_H__
0007 #define __ARCH_H__
0008 
0009 #include <sysdep/ptrace.h>
0010 
0011 extern void arch_check_bugs(void);
0012 extern int arch_fixup(unsigned long address, struct uml_pt_regs *regs);
0013 extern void arch_examine_signal(int sig, struct uml_pt_regs *regs);
0014 
0015 #endif