mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 23:58:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
arch/x86/um/shared/sysdep/stub.h
Normal file
14
arch/x86/um/shared/sysdep/stub.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include <asm/unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <signal.h>
|
||||
#include <as-layout.h>
|
||||
#include <stub-data.h>
|
||||
|
||||
#ifdef __i386__
|
||||
#include "stub_32.h"
|
||||
#else
|
||||
#include "stub_64.h"
|
||||
#endif
|
||||
|
||||
extern void stub_segv_handler(int, siginfo_t *, void *);
|
||||
extern void stub_clone_handler(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue