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
25
arch/s390/include/uapi/asm/hypfs.h
Normal file
25
arch/s390/include/uapi/asm/hypfs.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* IOCTL interface for hypfs
|
||||
*
|
||||
* Copyright IBM Corp. 2013
|
||||
*
|
||||
* Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
*/
|
||||
|
||||
#ifndef _ASM_HYPFS_CTL_H
|
||||
#define _ASM_HYPFS_CTL_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct hypfs_diag304 {
|
||||
__u32 args[2];
|
||||
__u64 data;
|
||||
__u64 rc;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define HYPFS_IOCTL_MAGIC 0x10
|
||||
|
||||
#define HYPFS_DIAG304 \
|
||||
_IOWR(HYPFS_IOCTL_MAGIC, 0x20, struct hypfs_diag304)
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue