Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <asm/unistd.h>
0003 #include <sys/mman.h>
0004 #include <signal.h>
0005 #include <as-layout.h>
0006 #include <stub-data.h>
0007 
0008 #ifdef __i386__
0009 #include "stub_32.h"
0010 #else
0011 #include "stub_64.h"
0012 #endif
0013 
0014 extern void stub_segv_handler(int, siginfo_t *, void *);
0015 extern void stub_clone_handler(void);