mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-03 01:25:36 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
arch/x86/include/asm/ia32_unistd.h
Normal file
11
arch/x86/include/asm/ia32_unistd.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef _ASM_X86_IA32_UNISTD_H
|
||||
#define _ASM_X86_IA32_UNISTD_H
|
||||
|
||||
/*
|
||||
* This file contains the system call numbers of the ia32 compat ABI,
|
||||
* this is for the kernel only.
|
||||
*/
|
||||
#define __SYSCALL_ia32_NR(x) (x)
|
||||
#include <asm/unistd_32_ia32.h>
|
||||
|
||||
#endif /* _ASM_X86_IA32_UNISTD_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue