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/schid.h
Normal file
16
arch/s390/include/uapi/asm/schid.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _UAPIASM_SCHID_H
|
||||
#define _UAPIASM_SCHID_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct subchannel_id {
|
||||
__u32 cssid : 8;
|
||||
__u32 : 4;
|
||||
__u32 m : 1;
|
||||
__u32 ssid : 2;
|
||||
__u32 one : 1;
|
||||
__u32 sch_no : 16;
|
||||
} __attribute__ ((packed, aligned(4)));
|
||||
|
||||
|
||||
#endif /* _UAPIASM_SCHID_H */
|
Loading…
Add table
Add a link
Reference in a new issue