mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-11 18:02:43 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
16
arch/s390/include/uapi/asm/siginfo.h
Normal file
16
arch/s390/include/uapi/asm/siginfo.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* S390 version
|
||||
*
|
||||
* Derived from "include/asm-i386/siginfo.h"
|
||||
*/
|
||||
|
||||
#ifndef _S390_SIGINFO_H
|
||||
#define _S390_SIGINFO_H
|
||||
|
||||
#ifdef __s390x__
|
||||
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
||||
#endif
|
||||
|
||||
#include <asm-generic/siginfo.h>
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue